Skip to content

Commit 36ccbc9

Browse files
fix(specs): nb_api_calls in getLogs response is optional (generated)
algolia/api-clients-automation#4142 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 131510d commit 36ccbc9

File tree

1 file changed

+1
-1
lines changed
  • packages/client-search/model

1 file changed

+1
-1
lines changed

packages/client-search/model/log.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export type Log = {
5151
/**
5252
* Number of API requests.
5353
*/
54-
nb_api_calls: string;
54+
nb_api_calls?: string;
5555

5656
/**
5757
* Processing time for the query in milliseconds. This doesn\'t include latency due to the network.

0 commit comments

Comments
 (0)