We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e8718 commit 16efc5fCopy full SHA for 16efc5f
packages/client-search/src/methods/index/getObjects.ts
@@ -7,7 +7,7 @@ export const getObjects = (base: SearchIndex) => {
7
return <TObject>(
8
objectIDs: readonly string[],
9
requestOptions?: RequestOptions & GetObjectsOptions
10
- ): Readonly<Promise<GetObjectsResponse<TObject>>> => {
+ ): Readonly<Promise<GetObjectsResponse<TObject> | null>> => {
11
const { attributesToRetrieve, ...options } = requestOptions || {};
12
13
const requests = objectIDs.map(objectID => {
0 commit comments