mirror of
https://github.com/docmost/docmost.git
synced 2026-07-26 20:14:48 +10: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();
|
subs.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
// --- private -------------------------------------------------------
|
|
||||||
|
|
||||||
private async subscribe(client: Socket, pageId: string): Promise<void> {
|
private async subscribe(client: Socket, pageId: string): Promise<void> {
|
||||||
const userId = client.data?.userId as string | undefined;
|
const userId = client.data?.userId as string | undefined;
|
||||||
const workspaceId = client.data?.workspaceId as string | undefined;
|
const workspaceId = client.data?.workspaceId as string | undefined;
|
||||||
|
|||||||
Reference in New Issue
Block a user