From 4728278336201c221efdf04a47cb33adb598391e Mon Sep 17 00:00:00 2001 From: codefactor-io Date: Fri, 23 Oct 2020 18:01:42 +0000 Subject: [PATCH] [CodeFactor] Apply fixes to commit 9cf915d --- src/core/libs/socket/index.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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