fix: remove erroneous condition in migration
This commit is contained in:
parent
02c831c13e
commit
b78d4cff08
1 changed files with 0 additions and 3 deletions
|
|
@ -9,9 +9,6 @@ exports.up = function (next) {
|
|||
return saveConfig(triggersDefault)
|
||||
.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