From f9c8e372373d5a20df78b6bdd773397485818e87 Mon Sep 17 00:00:00 2001 From: CielNeko <68452494+CielNeko@users.noreply.github.com> Date: Thu, 1 Feb 2024 09:44:06 +0000 Subject: [PATCH] fix(aggregate):get pages counts (#1415) Signed-off-by: CielNeko --- apps/core/src/modules/aggregate/aggregate.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/core/src/modules/aggregate/aggregate.service.ts b/apps/core/src/modules/aggregate/aggregate.service.ts index 175af75d..15b5c5c1 100644 --- a/apps/core/src/modules/aggregate/aggregate.service.ts +++ b/apps/core/src/modules/aggregate/aggregate.service.ts @@ -373,7 +373,7 @@ export class AggregateService { this.gateway.getcurrentClientCount(), this.postService.model.countDocuments(), this.noteService.model.countDocuments(), - this.categoryService.model.countDocuments(), + this.pageService.model.countDocuments(), this.sayService.model.countDocuments(), this.commentService.model.countDocuments({ parent: null,