mirror of
https://github.com/Retropex/apolloapi-v2.git
synced 2025-05-28 04:52:34 +02:00
Fix migration
This commit is contained in:
parent
49a79185f7
commit
c32f7f9064
@ -20,7 +20,7 @@ const store = loadStore({
|
||||
return !['index.js', 'store.js'].includes(relativePath) && relativePath.match(/\.js$/)
|
||||
}
|
||||
},
|
||||
logger: process.env.NODE_ENV !== 'development' && logger,
|
||||
logger: logger,
|
||||
methodContext: {
|
||||
knex,
|
||||
utils
|
||||
|
Loading…
Reference in New Issue
Block a user