From ef4c533ebacc2cdc97e518f30e9a9350004fcdfb Mon Sep 17 00:00:00 2001 From: dujinkim Date: Mon, 28 Apr 2025 02:13:30 +0000 Subject: ~20250428 작업사항 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/form-list/service.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/form-list/service.ts') diff --git a/lib/form-list/service.ts b/lib/form-list/service.ts index 310930be..9887609f 100644 --- a/lib/form-list/service.ts +++ b/lib/form-list/service.ts @@ -74,6 +74,8 @@ export async function getFormLists(input: GetFormListsSchema) { offset, limit: input.perPage, }); + + console.log("dbdata") const total = await countFormLists(tx, where); return { data, total }; -- cgit v1.2.3