Skip to content

Commit 64815b4

Browse files
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)