From 5c3d854fdfcbf355fa812e201dea8152c2a48445 Mon Sep 17 00:00:00 2001 From: DaInfLoop Date: Fri, 27 Jun 2025 12:14:30 +0100 Subject: [PATCH] don't rush me, me --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.ts b/index.ts index 71bd1e6..7a08c24 100644 --- a/index.ts +++ b/index.ts @@ -23,7 +23,7 @@ const eligibilityCmd = async (ctx: any) => { matchedBy = "invalid input" - const res = await fetch("https://identity.hackclub.com/api/external/check?slack_id" + userId, { + const res = await fetch("https://identity.hackclub.com/api/external/check?slack_id=" + userId, { redirect: "follow" }).then(res => res.json())