brackt/app/services
Chris Parsons c26573f435 Fix TypeScript errors from no-non-null-assertion fixes
Two fixes introduced by the non-null assertion cleanup produced type
errors:

- scoring-event.ts: `?? ""` was wrong type for a participant object map;
  restructured to explicit null guards so TypeScript can narrow correctly
- standings-sync/index.ts: `?? null` after name-match lookup lost the
  truthy guarantee, causing TS18047 on the write-back block; added
  `participant &&` guard before accessing its properties

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-21 10:56:40 -07:00
..
__tests__ Fix no-non-null-assertion lint violations and promote to error 2026-03-21 10:48:48 -07:00
simulations Fix no-non-null-assertion lint violations and promote to error 2026-03-21 10:48:48 -07:00
standings-sync Fix TypeScript errors from no-non-null-assertion fixes 2026-03-21 10:56:40 -07:00
bracket-simulator.ts Fix no-non-null-assertion lint violations and promote to error 2026-03-21 10:48:48 -07:00
discord.ts Refactor standings notifications to show only changed teams (#182) 2026-03-19 15:52:57 -07:00
ev-calculator.ts User/chris/ev f1 framework (#93) 2026-03-09 15:34:31 -07:00
icm-calculator.ts Fix no-non-null-assertion lint violations and promote to error 2026-03-21 10:48:48 -07:00
probability-engine.ts feat: implement Expected Value System with ICM probability calculator 2025-11-17 22:19:46 -08:00
probability-updater.ts Fix no-non-null-assertion lint violations and promote to error 2026-03-21 10:48:48 -07:00