diff options
Diffstat (limited to 'lib/form-list/service.ts')
| -rw-r--r-- | lib/form-list/service.ts | 2 |
1 files changed, 2 insertions, 0 deletions
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 }; |
