auto_join_3.3
Håvar Aambø Fosstveit 2020-05-22 20:03:05 +02:00
parent 803858575f
commit f064f98fd4
3 changed files with 16 additions and 16 deletions

View File

@ -156,7 +156,7 @@ async function run()
// Run WebSocketServer.
await runWebSocketServer();
const errorHandler = (err, req, res, next) =>
const errorHandler = (err, req, res) =>
{
const trackingId = uuidv4();