don't rush me, me
This commit is contained in:
parent
276a6ea313
commit
5c3d854fdf
1 changed files with 1 additions and 1 deletions
2
index.ts
2
index.ts
|
@ -23,7 +23,7 @@ const eligibilityCmd = async (ctx: any) => {
|
||||||
matchedBy = "invalid input"
|
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"
|
redirect: "follow"
|
||||||
}).then(res => res.json())
|
}).then(res => res.json())
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue