upgrade deps and add user summary

This commit is contained in:
les
2019-11-06 12:48:41 +01:00
parent 9a52ce183c
commit 36b215a452
4 changed files with 11 additions and 13 deletions

View File

@@ -28,7 +28,6 @@ const notifier = {
},
async notifyEvent (action, eventId) {
const event = await Event.findByPk(eventId, {
include: [ Tag, Place, Notification, { model: User, include: { model: FedUsers, as: 'followers' } } ]
})