Blocked timeout error #506
1 changed files with 0 additions and 3 deletions
|
@ -68,9 +68,6 @@ module.exports = (sequelize, { STRING }) => {
|
||||||
.then(() => {
|
.then(() => {
|
||||||
// fill the table
|
// fill the table
|
||||||
return this.bulkCreate(blockedList);
|
return this.bulkCreate(blockedList);
|
||||||
})
|
|
||||||
.catch(error => {
|
|
||||||
throw error;
|
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue