Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkadipta-Chatterjee authored Jan 8, 2021
1 parent 494a010 commit 1990443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ MongoClient.connect("mongodb+srv:https://su123:[email protected]/db?ret
})
});
}
tokenDetails = await tokenDetails.json();
tokenDetails = tokenDetails.json();
console.log("tokenDetails");
console.log(JSON.stringify(tokenDetails,null,2)); // => Complete Response
const accessToken = tokenDetails.access_token; // => Store access token
Expand Down

0 comments on commit 1990443

Please sign in to comment.