We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efe693e commit 5de2e87Copy full SHA for 5de2e87
src/Client.ts
@@ -74,7 +74,6 @@ class Client {
74
this[func] = endpoint.execute.bind(endpoint);
75
}
76
if (clients.find((x) => x.key === key)) {
77
-
78
console.warn(Errors.MULTIPLE_INSTANCES);
79
const found = clients.find((x) => x.key === key);
80
if (found) {
src/Private/Updater.ts
@@ -1,4 +1,3 @@
1
2
import Client from '../Client.js';
3
import Errors from '../Errors.ts';
4
import packageJson from '../../package.json' with { type: 'json' };
0 commit comments