linting & cleaning
This commit is contained in:
@@ -121,8 +121,8 @@ const userController = {
|
||||
// send notification (mastodon/email)
|
||||
// only if user is authenticated
|
||||
if (req.user) {
|
||||
const notifier = require('../../notifier')
|
||||
notifier.notifyEvent('Create', event.id)
|
||||
const notifier = require('../../notifier')
|
||||
notifier.notifyEvent('Create', event.id)
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user