Fix jwt-token
This commit is contained in:
@@ -20,9 +20,6 @@ if (process.env.NODE_ENV === 'test' && global.__TEST_MODELS__) {
|
||||
storage: ':memory:',
|
||||
logging: false
|
||||
});
|
||||
} else {
|
||||
logging: false
|
||||
});
|
||||
} else {
|
||||
// Use PostgreSQL for production/development
|
||||
sequelize = new Sequelize(
|
||||
|
||||
Reference in New Issue
Block a user