Corrige l'indentation et améliore la lisibilité du code dans plusieurs fichiers

This commit is contained in:
2025-11-03 16:34:25 +01:00
parent 579c8a4dcd
commit 6ebf2afce3
4 changed files with 18 additions and 16 deletions

View File

@@ -459,7 +459,7 @@ export class MicrosoftRewardsBot {
const time12Val = typeof srec['time12'] === 'string' ? String(srec['time12']) : undefined
const time24Val = typeof srec['time24'] === 'string' ? String(srec['time24']) : undefined
if (useAmPmVal === true) {
if (useAmPmVal) {
formatName = '12h'
timeShown = time12Val || sched.time || '9:00 AM'
} else if (useAmPmVal === false) {