Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 64815b4

Browse files
committedDec 16, 2024·
fixup
1 parent 3d558aa commit 64815b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎examples/hello-world-fetch.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ async fn main() -> Result<()> {
5656
"node relay server url: {:?}",
5757
node.endpoint()
5858
.home_relay()
59-
.initialized()
60-
.await
59+
.get()?
6160
.expect("a default relay url should be provided")
6261
.to_string()
6362
);

0 commit comments

Comments
 (0)
Please sign in to comment.