From 91cda276cb3df38fe5e9776ce92ababe44e1925f Mon Sep 17 00:00:00 2001 From: Max Wofford Date: Mon, 17 Jun 2024 08:31:27 -0400 Subject: [PATCH] Bring back slack invites for arcade --- pages/api/arcade/slack.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/api/arcade/slack.js b/pages/api/arcade/slack.js index 03e3df6a..65631d19 100644 --- a/pages/api/arcade/slack.js +++ b/pages/api/arcade/slack.js @@ -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 }) ])