send test push notifications to specific users only
This commit is contained in:
@ -114,7 +114,7 @@ const Notification = async (req, res) => {
|
||||
}
|
||||
else if (id) {
|
||||
console.log('Sending push notification to publisher ', id)
|
||||
await sendPush(id, title, message.actions)
|
||||
await sendPush(id, title, message, actions)
|
||||
res.statusCode = 200
|
||||
res.end()
|
||||
return
|
||||
|
Reference in New Issue
Block a user