Skip to content

Commit

Permalink
docs: Update docs "indexer.start()" returns an error
Browse files Browse the repository at this point in the history
  • Loading branch information
luis-herasme committed Jul 26, 2024
1 parent c8ec74f commit 14a9005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ async fn main() {
.await
.unwrap();

indexer.start().await;
indexer.start().await.unwrap();
}
```

Expand Down

0 comments on commit 14a9005

Please sign in to comment.