fix passing wrong object

This commit is contained in:
Philipinho
2026-05-20 19:09:22 +01:00
parent aa0c37bd68
commit ed0501a864
2 changed files with 9 additions and 3 deletions
@@ -481,7 +481,7 @@ export class PageService {
);
await this.aiQueue.add(QueueJob.PAGE_MOVED_TO_SPACE, {
pageId: pageIdsToMove,
pageIds: pageIdsToMove,
workspaceId: rootPage.workspaceId,
});
}