enhancement(lint): Fix lint errors for src/modules/hackclubcdn.ts

Co-authored-by: NeonGamerBot-QK <neon@saahild.com>
Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
zeon-neon[bot] 2025-02-25 21:49:15 +00:00 committed by GitHub
parent 6912bdf994
commit 517c277eff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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