Skip to content

Commit

Permalink
fix(ts): make queryID optional (algolia/algoliasearch-helper-js#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunjae Lee committed Jan 13, 2021
1 parent ffdb606 commit a5b384a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/algoliasearch-helper/index.d.ts
Expand Up @@ -1213,7 +1213,7 @@ declare namespace algoliasearchHelper {
* queryID is the unique identifier of the query used to generate the current search results.
* This value is only available if the `clickAnalytics` search parameter is set to `true`.
*/
queryID: string;
queryID?: string;
/**
* disjunctive facets results
*/
Expand Down

0 comments on commit a5b384a

Please sign in to comment.