From 31f4032ffefd145fdd605eb23b6526587bccdc5c Mon Sep 17 00:00:00 2001 From: oiov Date: Sun, 23 Mar 2025 23:07:28 +0800 Subject: [PATCH] chore --- lib/dto/short-urls.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/dto/short-urls.ts b/lib/dto/short-urls.ts index 7bcf457..cf60c10 100644 --- a/lib/dto/short-urls.ts +++ b/lib/dto/short-urls.ts @@ -48,7 +48,6 @@ export async function getUserShortUrls( if (target) { option.target = target; } - console.log(option); const [total, list] = await prisma.$transaction([ prisma.userUrl.count({