mirror of
https://github.com/docmost/docmost.git
synced 2026-05-18 23:44:24 +08:00
fix
This commit is contained in:
@@ -189,7 +189,7 @@ export class ShareService {
|
|||||||
.orderBy('page_hierarchy.level', 'asc')
|
.orderBy('page_hierarchy.level', 'asc')
|
||||||
.executeTakeFirst();
|
.executeTakeFirst();
|
||||||
|
|
||||||
if (!share || share.workspaceId != workspaceId) {
|
if (!share || share.workspaceId !== workspaceId) {
|
||||||
return undefined;
|
return undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user