Blocked timeout error #506

Merged
bones7242 merged 3 commits from blocked-timeout-error into master 2018-07-02 23:54:29 +02:00
Showing only changes of commit fda50b90bd - Show all commits

View file

@ -68,9 +68,6 @@ module.exports = (sequelize, { STRING }) => {
.then(() => {
// fill the table
return this.bulkCreate(blockedList);
})
.catch(error => {
throw error;
});
};