[CodeFactor] Apply fixes to commit 9cf915d

This commit is contained in:
codefactor-io 2020-10-23 18:01:42 +00:00
parent 9cf915dfaa
commit 21c120c95f

View File

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