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