[misc] bump the dev-env to 3.3.2
This commit is contained in:
@@ -62,6 +62,6 @@ module.exports = {
|
||||
return sequelize
|
||||
.sync()
|
||||
.then(() => logger.log('db sync complete'))
|
||||
.catch(err => console.log(err, 'error syncing'))
|
||||
.catch((err) => console.log(err, 'error syncing'))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user