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 });