summaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
Diffstat (limited to 'backend')
-rw-r--r--backend/config.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/config.js b/backend/config.js
index cecbe05..dc13956 100644
--- a/backend/config.js
+++ b/backend/config.js
@@ -54,7 +54,7 @@ module.exports = {
sum: ['Level', 'Winner'],
},
file: {
- pattern: (moment) => `../data/${hashSettings(module.exports)}/${moment.toISOString()}.json`,
- reportPattern: () => `../data/${hashSettings(module.exports)}/report.json`,
+ pattern: (moment) => `./data/${hashSettings(module.exports)}/${moment.toISOString()}.json`,
+ reportPattern: () => `./data/${hashSettings(module.exports)}/report.json`,
},
};