Update src/index.ts

This commit is contained in:
David Luzar 2020-12-28 12:37:32 +01:00 committed by GitHub
parent 2374d0956d
commit dba4e6e137
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,6 @@ server.listen(port, () => {
serverDebug(`listening on port: ${port}`);
});
const io = socketIO(server, {
handlePreflightRequest: function (req, res) {
var headers = {