diff --git a/apps/server/src/core/share/share.service.ts b/apps/server/src/core/share/share.service.ts index 92cce96a..5933ad8d 100644 --- a/apps/server/src/core/share/share.service.ts +++ b/apps/server/src/core/share/share.service.ts @@ -189,7 +189,7 @@ export class ShareService { .orderBy('page_hierarchy.level', 'asc') .executeTakeFirst(); - if (!share || share.workspaceId != workspaceId) { + if (!share || share.workspaceId !== workspaceId) { return undefined; }