LINXD-2222: Fix middleware typo

This commit is contained in:
Sergiu Toma 2022-09-19 16:44:29 +03:00
parent 1f5755b72d
commit 29737fe5d8

1
app.js
View File

@ -20,7 +20,6 @@ import * as express from "express";
import * as https from "http"; import * as https from "http";
import Server from "socket.io"; import Server from "socket.io";
import middleware from 'socketio-wildcard' import middleware from 'socketio-wildcard'
var middleware = require('socketio-wildcard')();
const app = express.default(); const app = express.default();
let worker let worker