Merge branch 'main' into perm-x

This commit is contained in:
Philipinho
2026-02-09 19:13:52 -08:00
111 changed files with 4539 additions and 2292 deletions
@@ -9,7 +9,9 @@ export class PageHistoryService {
constructor(private pageHistoryRepo: PageHistoryRepo) {}
async findById(historyId: string): Promise<PageHistory> {
return await this.pageHistoryRepo.findById(historyId);
return await this.pageHistoryRepo.findById(historyId, {
includeContent: true,
});
}
async findHistoryByPageId(