minor
This commit is contained in:
parent
ffca42b2c1
commit
facc590975
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ module.exports = {
|
|||
// await db.notification.create({ action: 'Create', type: 'email', filters: { is_visible: true } })
|
||||
|
||||
// close db connection
|
||||
await db.sequelize.close()
|
||||
await db.close()
|
||||
|
||||
return true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue