mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
[CodeFactor] Apply fixes to commit 9cf915d
This commit is contained in:
parent
136a62f558
commit
4728278336
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user