feat: add page stats to page menu (#876)

This commit is contained in:
Philip Okugbe
2025-03-13 14:54:18 +00:00
committed by GitHub
parent f7a14e23cd
commit f45d9dc5a0
8 changed files with 111 additions and 7 deletions

View File

@ -44,6 +44,8 @@ export class PageController {
const page = await this.pageRepo.findById(dto.pageId, {
includeSpace: true,
includeContent: true,
includeCreator: true,
includeLastUpdatedBy: true,
});
if (!page) {