Skip to content

Commit d56b70c

Browse files
authored
Merge pull request #61 from arduino/fix-typo
fix: typo
2 parents df0d071 + 81da80b commit d56b70c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/arduino-connection-manager.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ async function getToken(connectionConfig, organizationID) {
4949
};
5050

5151
try {
52-
var req = superagentsuperagent
52+
var req = superagent
5353
.post(accessTokenUri)
5454
.set('content-type', 'application/x-www-form-urlencoded')
5555
.set('accept', 'json')

0 commit comments

Comments
 (0)