We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 182d33e commit 2dfbb98Copy full SHA for 2dfbb98
1 file changed
js/network/socketiyo-client/source/socketiyo-client.js
@@ -21,8 +21,8 @@ import {
21
CLIENT_READY,
22
} from "socketiyo-shared";
23
24
-export * from "./defaultLogging.js"
25
-export * from "./defaultOptions.js"
+export * from "./defaultLogging.js";
+export * from "./defaultOptions.js";
26
27
const RECONNECTING = Symbol();
28
const CONNECT = Symbol();
@@ -60,7 +60,7 @@ const createConnection = (options) => {
60
try {
61
connection.close();
62
} catch (connectionCloseError) {
63
-
+ // eslint-disable-line
64
}
65
});
66
connection.addEventListener(`open`, () => {
0 commit comments