From f20fc86db2e18fe0746bd5200bd78e7fefd95b6c Mon Sep 17 00:00:00 2001 From: Sam Poder <39828164+sampoder@users.noreply.github.com> Date: Sat, 25 Feb 2023 10:00:51 +0800 Subject: [PATCH] Update new.ts --- api/v1/new.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/api/v1/new.ts b/api/v1/new.ts index c950a8d..e87af55 100644 --- a/api/v1/new.ts +++ b/api/v1/new.ts @@ -84,6 +84,7 @@ export default async (req: Request) => { console.log(buf) const fileURLs = decoder.decode(buf); console.log(fileURLs) + console.log(fileURLs.length) console.log(typeof fileURLs) if (!Array.isArray(fileURLs) || fileURLs.length < 1) { return new Response(