Skip to content

Commit 9198c36

Browse files
committed
[AUTOMATION POST DEPLOYMENT] Update code samples
1 parent 901626f commit 9198c36

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

snippets/generated-code-samples/code_samples_get_index_stats_1.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ client.index('movies').stats
2626
```
2727

2828
```go Go
29-
client.Index("movies").GetStats()
29+
client.Index("movies").GetStats(nil)
3030
```
3131

3232
```csharp C#

snippets/generated-code-samples/code_samples_get_indexes_stats_1.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ client.stats
2626
```
2727

2828
```go Go
29-
client.GetStats()
29+
client.GetStats(nil)
3030
```
3131

3232
```csharp C#

0 commit comments

Comments
 (0)