Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
lelemm committed Mar 4, 2025
1 parent 0043111 commit c896d14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sync-server/src/load-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ const projectRoot = path.dirname(path.dirname(fileURLToPath(import.meta.url)));
const defaultDataDir = process.env.ACTUAL_DATA_DIR
? process.env.ACTUAL_DATA_DIR
: fs.existsSync('/data')
? '/data'
: projectRoot;
? '/data'
: projectRoot;

debug(`Project root: '${projectRoot}'`);

Expand Down

0 comments on commit c896d14

Please sign in to comment.