We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df0d071 commit 81da80bCopy full SHA for 81da80b
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