We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df0d071 + 81da80b commit d56b70cCopy full SHA for d56b70c
utils/arduino-connection-manager.js
@@ -49,7 +49,7 @@ async function getToken(connectionConfig, organizationID) {
49
};
50
51
try {
52
- var req = superagentsuperagent
+ var req = superagent
53
.post(accessTokenUri)
54
.set('content-type', 'application/x-www-form-urlencoded')
55
.set('accept', 'json')
0 commit comments