Skip to content

Commit 43366fd

Browse files
committed
Updated superagent version, sample variable error
1 parent 45615c7 commit 43366fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "msgraph-sdk-javascript",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Microsoft Graph JavaScript SDK",
55
"main": "lib/src/index.js",
66
"typings": "lib/src/index",
@@ -20,7 +20,7 @@
2020
"test": "mocha lib/test"
2121
},
2222
"dependencies": {
23-
"superagent": "^2.2.0"
23+
"superagent": "~3.3.0"
2424
},
2525
"repository": {
2626
"type": "git",

samples/node/node-sample.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ client
3636
.then((res) => {
3737
console.log(res);
3838
}).catch((err) => {
39-
console.log(res);
39+
console.log(err);
4040
});
4141
4242
// Update the authenticated users birthday.

0 commit comments

Comments
 (0)