Rollback in some changes

This commit is contained in:
J Gabriel Gouveia
2018-06-14 00:42:17 -03:00
parent a3ec62cba9
commit addba3f329
+1 -1
View File
@@ -7,7 +7,7 @@ export class Server {
opts: any;
modernOpts: any;
dedupId: any;
clients: Client[];
clients: any;
closed: boolean;
constructor(opts: any, callback?: () => void);