This commit is contained in:
les
2020-11-03 21:34:10 +01:00
parent ffca42b2c1
commit facc590975

View File

@@ -75,7 +75,7 @@ module.exports = {
// await db.notification.create({ action: 'Create', type: 'email', filters: { is_visible: true } }) // await db.notification.create({ action: 'Create', type: 'email', filters: { is_visible: true } })
// close db connection // close db connection
await db.sequelize.close() await db.close()
return true return true
} }