eslint disable unused vars for next

auto_join_3.3
Mészáros Mihály 2020-05-04 02:32:06 +02:00
parent e950ec9dbe
commit a46de5ff54
1 changed files with 1 additions and 0 deletions

View File

@ -158,6 +158,7 @@ async function run()
// Run WebSocketServer. // Run WebSocketServer.
await runWebSocketServer(); await runWebSocketServer();
// eslint-disable-next-line no-unused-vars
function errorHandler(err, req, res, next) function errorHandler(err, req, res, next)
{ {
const trackingId = uuidv4(); const trackingId = uuidv4();