Skip to content

Commit 7dd6644

Browse files
committed
More cosmetics
1 parent 6cb38dc commit 7dd6644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

srv/notifyToConsole.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = class NotifyToConsole extends NotificationService {
1010
const notification = req.data; if (!notification) return
1111
console.log (
1212
'\n---------------------------------------------------------------\n' +
13-
'Notification:',
13+
'Notification:', req.event,
1414
notification,
1515
'\n---------------------------------------------------------------\n',
1616
)

0 commit comments

Comments
 (0)