mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
Merge pull request #22 from srgooglo/master-cf-autofix
Apply fixes from CodeFactor
This commit is contained in:
commit
9e2ec2951f
@ -19,12 +19,12 @@ interface ioConnTypes {
|
|||||||
}
|
}
|
||||||
export default class SocketConnection {
|
export default class SocketConnection {
|
||||||
ioConn: any
|
ioConn: any
|
||||||
state: {
|
state: {
|
||||||
connAttemps: number;
|
connAttemps: number;
|
||||||
registeredNamespaces: any;
|
registeredNamespaces: any;
|
||||||
connectionState: any;
|
connectionState: any;
|
||||||
listeners: any;
|
listeners: any;
|
||||||
latency: any;
|
latency: any;
|
||||||
}
|
}
|
||||||
props: any
|
props: any
|
||||||
opts: any
|
opts: any
|
||||||
|
Loading…
x
Reference in New Issue
Block a user