From 4522709a47a2b2005a137793020a2cd6ee1c95cb Mon Sep 17 00:00:00 2001 From: Sergiu Toma Date: Mon, 19 Sep 2022 23:47:55 +0300 Subject: [PATCH] LINXD-2222: Update --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 9451d10..b404714 100644 --- a/app.js +++ b/app.js @@ -62,7 +62,7 @@ const io = new Server(httpsServer, { allowEIO3: true, allowRequest: (req, next) => { console.log('req', req); - next() + next(null, true) } });