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 8a9366a commit 903854dCopy full SHA for 903854d
lib/actions/createEvent.js
@@ -42,7 +42,7 @@ function processAction(msg, cfg) {
42
43
function emitData(data) {
44
const id = data.id;
45
- console.log('Successfully created event with ID=', id);
+ console.log('Successfully created event with ID='+id);
46
let messageBody = {
47
id,
48
calendarId: cfg.calendarId
0 commit comments