Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs: Update code samples for get_update
  • Loading branch information
icyJoseph committed May 11, 2021
commit 535507fe0cca59c8895a1c013d8928cbede750c4
2 changes: 1 addition & 1 deletion .code-samples.meilisearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ search_1: |-
.await
.unwrap();
get_update_1: |-
let status: Status = progress.get_status().await.unwrap();
let status: Status = index.get_status(1).await.unwrap();
get_all_updates_1: |-
let status: Vec<ProgressStatus> = index.get_all_updates().await.unwrap();
get_keys_1: |-
Expand Down