diff --git a/src/middleware/authentication.ts b/src/middleware/authentication.ts index f7ed4e5..4660bf7 100644 --- a/src/middleware/authentication.ts +++ b/src/middleware/authentication.ts @@ -3,7 +3,7 @@ import { TSocket } from '#application/types' import config from '#application/config' import { gameLogger } from '#application/logger' -export class SocketAuthenticator { +class SocketAuthenticator { private socket: TSocket private readonly next: any