Skip to content

Commit 4f136b0

Browse files
authored
Merge branch 'main' into rollup-to-esm-vite
2 parents d9a42a4 + e832b56 commit 4f136b0

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
@@ -801,8 +801,8 @@ get_localized_attribute_settings_1: |-
801801
client.index('INDEX_NAME').getLocalizedAttributes()
802802
update_localized_attribute_settings_1: |-
803803
client.index('INDEX_NAME').updateLocalizedAttributes([
804-
{ attributePatterns: ['jpn'], locales: ['*_ja'] },
805-
];)
804+
{ attributePatterns: ['*_ja'], locales: ['jpn'] },
805+
])
806806
reset_localized_attribute_settings_1: |-
807807
client.index('INDEX_NAME').resetLocalizedAttributes()
808808
get_facet_search_settings_1: |-

0 commit comments

Comments
 (0)