fix: I FORGOT A ,

This commit is contained in:
Neon 2025-02-25 14:49:11 -07:00 committed by GitHub
parent 5fca310900
commit 6912bdf994
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@ export function uploadURL(url: string[]) {
headers: {
"Content-Type": "application/json",
"Authorization": "Bearer beans"
}
},
body: JSON.stringify(url),
}).then((r) => r.json());
}