style: auto-fix linting issues

This commit is contained in:
SamidyFR 2026-01-31 05:45:36 +00:00 committed by github-actions[bot]
parent 148506f68c
commit 74d97e9a84

View file

@ -98,8 +98,7 @@ export function initializeSettings(scrobbler, player, api, ui) {
} }
try { try {
await authManager.sendPasswordReset(email); await authManager.sendPasswordReset(email);
} catch { } catch {}
}
}); });
} }