mirror of
https://github.com/System-End/site.git
synced 2026-04-19 16:28:21 +00:00
Bring back slack invites for arcade
This commit is contained in:
parent
70dded13aa
commit
91cda276cb
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ export default async function handler(req, res) {
|
|||
const ip = req.headers['x-forwarded-for'] || req.socket.remoteAddress
|
||||
|
||||
const result = await Promise.all([
|
||||
// inviteToArcadius({ email }),
|
||||
inviteToArcadius({ email }),
|
||||
inviteToAirtable({ email, ip })
|
||||
])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue