eslint disable unused vars for next

This commit is contained in:
Mészáros Mihály
2020-05-04 02:32:06 +02:00
parent e950ec9dbe
commit a46de5ff54
+1
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();