diff --git a/backend/src/seed/reset-db.js b/backend/src/seed/reset-db.js index bcc29d78f..5f4319f73 100644 --- a/backend/src/seed/reset-db.js +++ b/backend/src/seed/reset-db.js @@ -1,5 +1,5 @@ import { cleanDatabase } from './factories' -import CONFIG from './config' +import CONFIG from './../config' if (!CONFIG.DEBUG) { throw new Error(`YOU CAN'T CLEAN THE DATABASE WITH DEBUG=${CONFIG.DEBUG}`)