Skip to content

Commit 8e8843b

Browse files
committed
fix type
1 parent e686482 commit 8e8843b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/hypergraph/src/entity/search-many-public.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ export const searchManyPublic = async <S extends Schema.Schema.AnyNoContext>(
279279
offset,
280280
});
281281

282+
// @ts-expect-error TODO: fix this
282283
const { data, invalidEntities } = parseResult({ entities: result.search }, type);
283284
return { data, invalidEntities };
284285
};

0 commit comments

Comments
 (0)