diff --git a/apps/server/src/collaboration/processors/history.processor.ts b/apps/server/src/collaboration/processors/history.processor.ts index 6e4971f4..6f26d3fa 100644 --- a/apps/server/src/collaboration/processors/history.processor.ts +++ b/apps/server/src/collaboration/processors/history.processor.ts @@ -56,7 +56,7 @@ export class HistoryProcessor extends WorkerHost implements OnModuleDestroy { { includeContent: true }, ); - if (!lastHistory && isEmptyParagraphDoc(page.content)) { + if (!lastHistory && isEmptyParagraphDoc(page.content as any)) { this.logger.debug( `Skipping first history for page ${pageId}: empty content`, );