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 5fc6a41 commit 944400eCopy full SHA for 944400e
lib/ws2_manager.js
@@ -128,7 +128,7 @@ class WS2Manager extends EventEmitter {
128
129
this._sockets.forEach(s => {
130
if (!s.ws.isAuthenticated()) {
131
- s.ws.setAuthCredentials(apiKey, apiSecret)
+ s.ws.setAPICredentials(apiKey, apiSecret)
132
s.ws.updateAuthArgs(this._authArgs)
133
s.ws.auth()
134
}
0 commit comments