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 e686482 commit 8e8843bCopy full SHA for 8e8843b
1 file changed
packages/hypergraph/src/entity/search-many-public.ts
@@ -279,6 +279,7 @@ export const searchManyPublic = async <S extends Schema.Schema.AnyNoContext>(
279
offset,
280
});
281
282
+ // @ts-expect-error TODO: fix this
283
const { data, invalidEntities } = parseResult({ entities: result.search }, type);
284
return { data, invalidEntities };
285
};
0 commit comments