mirror of
https://github.com/docmost/docmost.git
synced 2026-06-10 10:13:01 +08:00
chore(base): drop redundant 'private' section divider comment in base-ws
This commit is contained in:
@@ -118,8 +118,6 @@ export class BaseWsService {
|
||||
subs.clear();
|
||||
}
|
||||
|
||||
// --- private -------------------------------------------------------
|
||||
|
||||
private async subscribe(client: Socket, pageId: string): Promise<void> {
|
||||
const userId = client.data?.userId as string | undefined;
|
||||
const workspaceId = client.data?.workspaceId as string | undefined;
|
||||
|
||||
Reference in New Issue
Block a user