mirror of
https://github.com/docmost/docmost.git
synced 2026-05-07 06:14:35 +08:00
fix type
This commit is contained in:
@@ -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`,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user