Fix prettier issues

This commit is contained in:
CEC
2022-04-21 14:45:34 +02:00
parent bc17b86ce4
commit 91e8fa7cd4
8 changed files with 21 additions and 29 deletions
+1 -2
View File
@@ -247,7 +247,6 @@ export class IoSocketController {
const IPAddress = req.getHeader("x-forwarded-for");
const locale = req.getHeader("accept-language");
const roomId = query.roomId;
try {
if (typeof roomId !== "string") {
@@ -345,7 +344,7 @@ export class IoSocketController {
reason: null,
status: 500,
message: err?.response?.data,
roomId: roomId
roomId: roomId,
} as UpgradeFailedData,
websocketKey,
websocketProtocol,