Skip to content

Commit

Permalink
chore: remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisermann committed Sep 3, 2023
1 parent a504ebc commit b4cd8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export function getOptions() {

export function init(opts: ConfigureOptionsInit) {
const { formats, ...rest } = opts;
// eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing

let initialLocale = opts.fallbackLocale;

if (opts.initialLocale) {
Expand Down

0 comments on commit b4cd8ea

Please sign in to comment.