Skip to content

Commit

Permalink
Update packages/sync-server/src/app.js
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
lelemm and coderabbitai[bot] authored Feb 21, 2025
1 parent fd0ad1e commit f0a5fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sync-server/src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export async function run() {
console.log('OpenID configured!');
}
} catch (err) {
console.err(err);
console.error(err);
}
}

Expand Down

0 comments on commit f0a5fd0

Please sign in to comment.