Skip to content

Commit 903854d

Browse files
author
Igor Drobiazko
committed
Minor log improvement
1 parent 8a9366a commit 903854d

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
@@ -42,7 +42,7 @@ function processAction(msg, cfg) {
4242

4343
function emitData(data) {
4444
const id = data.id;
45-
console.log('Successfully created event with ID=', id);
45+
console.log('Successfully created event with ID='+id);
4646
let messageBody = {
4747
id,
4848
calendarId: cfg.calendarId

0 commit comments

Comments
 (0)