From 3e4afad081776bbad5ecc582a1d440c59c459ee4 Mon Sep 17 00:00:00 2001 From: Untone Date: Mon, 8 Apr 2024 10:54:16 +0300 Subject: [PATCH] integration-fix-2 --- index.mjs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/index.mjs b/index.mjs index b3b5eb8..6484293 100644 --- a/index.mjs +++ b/index.mjs @@ -8,10 +8,6 @@ const authorizer = new Authorizer({ redirectURL: process.env.REDIRECT_URL || 'https://testing.discours.io', }); -const server = Server.configure({ - port, - onConnect({ connection }) { - connection.requiresAuthentication = true; const Sentry = require("@sentry/node"); Sentry.init({ dsn: process.env.SENTRY_DSN });