Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
lelemm committed Feb 21, 2025
1 parent 46b5bae commit 6b46e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sync-server/src/load-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const defaultConfig = {
projectRoot,
multiuser: false,
token_expiration: 'never',
userCreationMode: 'manual'
userCreationMode: 'manual',
};

/** @type {import('./config-types.js').Config} */
Expand Down

0 comments on commit 6b46e42

Please sign in to comment.