fix notifications

This commit is contained in:
les
2020-07-08 00:57:28 +02:00
parent 0a51c42fe0
commit 5a5c62efb4
5 changed files with 24 additions and 26 deletions

View File

@@ -1,7 +1,6 @@
const sequelize = require('./index')
const { Model, DataTypes } = require('sequelize')
// const Event = require('./event')
class Notification extends Model {}
@@ -27,6 +26,4 @@ Notification.init({
}]
})
// Notification.belongsToMany(Event, { through: 'event_notification' })
module.exports = Notification