This commit is contained in:
Philipinho
2026-01-12 21:35:21 +00:00
parent b65b53096a
commit 495e7e62be
+1 -1
View File
@@ -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;
}