diff --git a/server/firstrun.js b/server/firstrun.js index c4910260..fb51af76 100644 --- a/server/firstrun.js +++ b/server/firstrun.js @@ -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 }