diff --git a/app/models/event.js b/app/models/event.js index 27436ac5..6646e4c3 100644 --- a/app/models/event.js +++ b/app/models/event.js @@ -30,7 +30,7 @@ const Notification = db.define('notification', { remove_code: Sequelize.STRING, type: { type: Sequelize.ENUM, - values: ['mail', 'admin_mail', 'mastodon'] + values: ['mail', 'admin_email', 'mastodon'] } })