From 87196b11900c24944881067ac4dccf19bdf27c13 Mon Sep 17 00:00:00 2001 From: daniel31x13 Date: Fri, 24 Nov 2023 12:52:07 -0500 Subject: [PATCH] minor change --- pages/api/v1/avatar/[id].ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/pages/api/v1/avatar/[id].ts b/pages/api/v1/avatar/[id].ts index a3e7be5..d44d033 100644 --- a/pages/api/v1/avatar/[id].ts +++ b/pages/api/v1/avatar/[id].ts @@ -65,8 +65,6 @@ export default async function Index(req: NextApiRequest, res: NextApiResponse) { } } - console.log(queryId); - const { file, contentType, status } = await readFile( `uploads/avatar/${queryId}.jpg` );