Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 591e2d9

Browse files
committed
should use externalToken field name
1 parent 29cc5e7 commit 591e2d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

initializers/v3client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function getToken(connection, callback) {
7373
method: 'POST',
7474
body: {
7575
param: {
76-
token: connection.authToken
76+
externalToken: connection.authToken
7777
}
7878
}
7979
}, function (err, body) {

0 commit comments

Comments
 (0)