mirror of
https://github.com/System-End/cdn.git
synced 2026-04-19 16:18:17 +00:00
Update new.ts
This commit is contained in:
parent
72b7eeca28
commit
f20fc86db2
1 changed files with 1 additions and 0 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue