Skip to content

Commit c055cfe

Browse files
ElyarSadigja7ad
authored andcommitted
chore: update code-samples for stats
1 parent 994f1c0 commit c055cfe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.code-samples.meilisearch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,9 +385,9 @@ facet_search_2: |-
385385
}
386386
})
387387
get_index_stats_1: |-
388-
client.Index("movies").GetStats()
388+
client.Index("movies").GetStats(nil)
389389
get_indexes_stats_1: |-
390-
client.GetStats()
390+
client.GetStats(nil)
391391
get_health_1: |-
392392
client.Health()
393393
get_version_1: |-

0 commit comments

Comments
 (0)