We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16b2b6e commit 7299721Copy full SHA for 7299721
CreateTravelBooking/index.js
@@ -22,7 +22,7 @@ module.exports = function (context, myQueueItem) {
22
}
23
24
var graphHelper = new GraphHelper();
25
- GraphHelper.postData(`/v1.0/me/events`, myQueueItem.accessToken, JSON.stringify(meeting), (error, data) => {
+ graphHelper.postData(`/v1.0/me/events`, myQueueItem.accessToken, JSON.stringify(meeting), (error, data) => {
26
if (error) {
27
context.done(error);
28
return;
0 commit comments