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 c863b37 commit 0f9d132Copy full SHA for 0f9d132
1 file changed
packages/hypergraph/src/entity/find-one-public.ts
@@ -68,7 +68,7 @@ const parseResult = <S extends Schema.Schema.AnyNoContext, IncludeSpaceIds exten
68
relationInfoLevel1: RelationTypeIdInfo[],
69
options?: { includeSpaceIds?: IncludeSpaceIds },
70
): ParseResultResult<S, IncludeSpaceIds> => {
71
- const includeSpaceIds = (options?.includeSpaceIds ?? false) as IncludeSpaceIds;
+ const includeSpaceIds = options?.includeSpaceIds;
72
if (!queryData.entity) {
73
return {
74
entity: null,
0 commit comments