Skip to content

Commit da7f4c2

Browse files
bors[bot]bidoubiwa
andauthored
Merge #400
400: Fix canceled by code sample r=bidoubiwa a=bidoubiwa Add the changes requested meilisearch/integration-guides#224 Co-authored-by: Charlotte Vermandel <[email protected]>
2 parents 0de42e8 + c2f2c84 commit da7f4c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.code-samples.meilisearch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,10 @@ async_guide_filter_by_index_uids_1: |-
199199
.execute()
200200
.await
201201
.unwrap();
202-
async_guide_canceled_by: |-
202+
async_guide_canceled_by_1: |-
203203
let mut query = TasksQuery::new(&client);
204204
let tasks = query
205-
.with_canceled_by([9])
205+
.with_canceled_by([9, 15])
206206
.execute()
207207
.await
208208
.unwrap();

0 commit comments

Comments
 (0)