This commit is contained in:
les
2020-11-03 23:41:18 +01:00
parent 26d293ed0f
commit b55b3f42e1
2 changed files with 10 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ module.exports = {
// send anon event to admin
{ action: 'Create', type: 'admin_email', filters: '{ "is_visible": false }', createdAt: new Date(), updatedAt: new Date() }
]).catch(e => { console.error(e) })
]).catch(e => { })
},
down: (queryInterface, Sequelize) => {