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 6cb38dc commit 7dd6644Copy full SHA for 7dd6644
srv/notifyToConsole.js
@@ -10,7 +10,7 @@ module.exports = class NotifyToConsole extends NotificationService {
10
const notification = req.data; if (!notification) return
11
console.log (
12
'\n---------------------------------------------------------------\n' +
13
- 'Notification:',
+ 'Notification:', req.event,
14
notification,
15
'\n---------------------------------------------------------------\n',
16
)
0 commit comments