From 517c277eff944dbd1b0dba9853beafd913bd4ac6 Mon Sep 17 00:00:00 2001 From: "zeon-neon[bot]" <136533918+zeon-neon[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 21:49:15 +0000 Subject: [PATCH] enhancement(lint): Fix lint errors for src/modules/hackclubcdn.ts Co-authored-by: NeonGamerBot-QK Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com> --- src/modules/hackclubcdn.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/hackclubcdn.ts b/src/modules/hackclubcdn.ts index dfd4efc..472be26 100644 --- a/src/modules/hackclubcdn.ts +++ b/src/modules/hackclubcdn.ts @@ -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());