We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e01254 commit b4e0690Copy full SHA for b4e0690
lib/actions/createEvent.js
@@ -49,7 +49,7 @@ function processAction(msg, cfg) {
49
const messageBody = _.omitBy(data, (value, key) => key.startsWith('@odata.'));
50
messageBody.calendarId = cfg.calendarId;
51
console.log('Emitting data ...');
52
- console.log('%s', messageBody);
+ console.log('%j', messageBody);
53
self.emit('data', messages.newMessageWithBody(messageBody));
54
}
55
0 commit comments