removed bad package

pull/4/head
AdamSBlack 2021-10-31 01:14:33 +00:00
parent 05e59769e9
commit 29cacc6798
1 changed files with 0 additions and 2 deletions

View File

@ -8,8 +8,6 @@ const authenticationController = require('./../controllers/authentication');
const deviceController = require('./../controllers/devices');
const { ws } = require('../routes/api/realtime');
var abnf = require('abnf');
let wss;
async function __server() {
wss = new WebSocket.WebSocketServer({ path: '/ws/v2/', port: 4040, handshakeTimeout: 500 });