Skip to content

Commit 8202d6e

Browse files
authored
Apply suggestion from @Strift
1 parent 205a388 commit 8202d6e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.code-samples.meilisearch.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,4 +815,5 @@ webhooks_patch_1: |-
815815
webhooks_delete_1: |-
816816
client.delete_webhook('WEBHOOK_UID')
817817
rename_an_index_1: |-
818-
client.index("INDEX_A").update(new_uid="INDEX_B")
818+
client.index("INDEX_A").update(new_uid="INDEX_B")
819+

0 commit comments

Comments
 (0)