diff --git a/src/core/libs/socket/index.ts b/src/core/libs/socket/index.ts index 1e2d2258..7f048512 100644 --- a/src/core/libs/socket/index.ts +++ b/src/core/libs/socket/index.ts @@ -19,12 +19,12 @@ interface ioConnTypes { } export default class SocketConnection { ioConn: any - state: { - connAttemps: number; - registeredNamespaces: any; - connectionState: any; - listeners: any; - latency: any; + state: { + connAttemps: number; + registeredNamespaces: any; + connectionState: any; + listeners: any; + latency: any; } props: any opts: any