Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fanyilun0 authored Jan 16, 2025
1 parent 3e5377b commit 1532fb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const CONFIG_PATHS = {
const DATA_PATHS = {
POINTS_FILE: path.join(DATA_DIR, 'points.json'),
TOKENS_FILE: path.join(DATA_DIR, 'tokens.json'),
RUNTIME_FILE: path.join(__dirname, 'data', 'runtimes.json'),
RUNTIME_FILE: path.join(DATA_DIR, 'runtimes.json'),
};

// Time intervals
Expand Down Expand Up @@ -45,4 +45,4 @@ module.exports = {
DATA_PATHS,
ensureDirectories,
TIME_INTERVALS
};
};

0 comments on commit 1532fb4

Please sign in to comment.