diff --git a/index.ts b/index.ts index 1dbe6fb..71bd1e6 100644 --- a/index.ts +++ b/index.ts @@ -24,11 +24,6 @@ const eligibilityCmd = async (ctx: any) => { const res = await fetch("https://identity.hackclub.com/api/external/check?slack_id" + userId, { - method: "POST", - headers: { 'content-type': 'application/json' }, - body: JSON.stringify({ - "slack_id": userId - }), redirect: "follow" }).then(res => res.json())