use oauth2 password flow for webclient
This commit is contained in:
@@ -28,7 +28,7 @@ const notifier = {
|
||||
},
|
||||
async notifyEvent (action, eventId) {
|
||||
const event = await Event.findByPk(eventId, {
|
||||
include: [ Tag, Place, Notification, { model: User } ]
|
||||
include: [Tag, Place, Notification, { model: User }]
|
||||
})
|
||||
|
||||
debug('%s -> %s', action, event.title)
|
||||
|
||||
Reference in New Issue
Block a user