Skip to content

Commit b4e0690

Browse files
author
Igor Drobiazko
committed
Log fix
1 parent 5e01254 commit b4e0690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/actions/createEvent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function processAction(msg, cfg) {
4949
const messageBody = _.omitBy(data, (value, key) => key.startsWith('@odata.'));
5050
messageBody.calendarId = cfg.calendarId;
5151
console.log('Emitting data ...');
52-
console.log('%s', messageBody);
52+
console.log('%j', messageBody);
5353
self.emit('data', messages.newMessageWithBody(messageBody));
5454
}
5555

0 commit comments

Comments
 (0)