From 433ed278a87cf4bf1ce7630da564d7331265ac2e Mon Sep 17 00:00:00 2001 From: Tarrgon <61888458+Tarrgon@users.noreply.github.com> Date: Fri, 3 Oct 2025 11:08:20 -0400 Subject: [PATCH] Fix note max page --- src/utils/note-utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/note-utils.ts b/src/utils/note-utils.ts index 806d527..f1ead17 100644 --- a/src/utils/note-utils.ts +++ b/src/utils/note-utils.ts @@ -15,7 +15,7 @@ export async function getNoteMessage(userId: string, page: number): Promise