fix notifications
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user