Skip to content

Commit

Permalink
fix(specs): results in getObjects is required (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#4024

Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
  • Loading branch information
algolia-bot and shortcuts committed Oct 23, 2024
1 parent 5508156 commit 5ee9818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client-search/model/getObjectsResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ export type GetObjectsResponse<T = Record<string, unknown>> = {
/**
* Retrieved records.
*/
results?: T[];
results: T[];
};

0 comments on commit 5ee9818

Please sign in to comment.