fix: remove erroneous if in migration
This commit is contained in:
parent
e951d1341c
commit
074dbabbba
1 changed files with 0 additions and 3 deletions
|
|
@ -37,9 +37,6 @@ exports.up = function (next) {
|
|||
.then(() => next())
|
||||
})
|
||||
.catch(err => {
|
||||
if (err.message === 'lamassu-server is not configured') {
|
||||
return next()
|
||||
}
|
||||
console.log(err.message)
|
||||
return next(err)
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue