fix(base): rename remaining baseId references in attachment upload and ws utility

This commit is contained in:
Philipinho
2026-04-27 01:57:18 +01:00
parent 7f8ed733a3
commit e66e18cd60
2 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -17,8 +17,8 @@ export const TREE_EVENTS = new Set([
'refetchRootTreeNodeEvent',
]);
export function getBaseRoomName(baseId: string): string {
return `base-${baseId}`;
export function getBaseRoomName(pageId: string): string {
return `base-${pageId}`;
}
export const BASE_INBOUND_EVENTS = new Set([