This commit is contained in:
Philipinho
2026-04-12 16:54:09 +01:00
parent 37b93fab0a
commit 5a071e5e06
@@ -56,7 +56,7 @@ export class HistoryProcessor extends WorkerHost implements OnModuleDestroy {
{ includeContent: true }, { includeContent: true },
); );
if (!lastHistory && isEmptyParagraphDoc(page.content)) { if (!lastHistory && isEmptyParagraphDoc(page.content as any)) {
this.logger.debug( this.logger.debug(
`Skipping first history for page ${pageId}: empty content`, `Skipping first history for page ${pageId}: empty content`,
); );