aboutsummaryrefslogtreecommitdiff
path: root/src/ServerUtils.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/ServerUtils.ts')
-rw-r--r--src/ServerUtils.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ServerUtils.ts b/src/ServerUtils.ts
index 8b2d0b9f6..715341ab3 100644
--- a/src/ServerUtils.ts
+++ b/src/ServerUtils.ts
@@ -2,7 +2,6 @@ import { Socket } from 'socket.io';
import { Message } from './server/Message';
import { Utils } from './Utils';
-// eslint-disable-next-line @typescript-eslint/no-namespace
export namespace ServerUtils {
export function Emit<T>(socket: Socket, message: Message<T>, args: T) {
Utils.log('Emit', message.Name, args, false);