Removed redundant code pt2.

This commit is contained in:
Dennis Postma 2024-12-26 23:54:19 +01:00
parent a95c67b5fe
commit 5d6cb478cd

View File

@ -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