Skip to content

Commit 944400e

Browse files
f3rnoJacobPlaster
authored andcommitted
(fix) rename setAuthCredentials -> setAPICredentials
1 parent 5fc6a41 commit 944400e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ws2_manager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class WS2Manager extends EventEmitter {
128128

129129
this._sockets.forEach(s => {
130130
if (!s.ws.isAuthenticated()) {
131-
s.ws.setAuthCredentials(apiKey, apiSecret)
131+
s.ws.setAPICredentials(apiKey, apiSecret)
132132
s.ws.updateAuthArgs(this._authArgs)
133133
s.ws.auth()
134134
}

0 commit comments

Comments
 (0)