mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 22:05:10 +00:00
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:
parent
6912bdf994
commit
517c277eff
1 changed files with 1 additions and 1 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue