Commit graph

2 commits

Author SHA1 Message Date
Chris Parsons
1ecad47ce6
fix(lint): address 4 oxlint errors on canonical-layer-pr2
- Remove unused filterNewResults import (events batch-add-results legacy
  path was removed in Phase 4 Task 4).
- Replace import() type annotation in sync-tournament-results test with
  a top-level type import (consistent-type-imports rule).
- Hoist tableName helper out of makeFakeDb closure so it's not recreated
  per call (consistent-function-scoping rule).
- eqeqeq: replace `!= null` with explicit null/undefined checks in
  tournament-identity.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-02 03:51:14 +00:00
Chris Parsons
faa0c0aa72
feat(services): syncTournamentResults fan-out service 2026-05-01 21:40:49 +00:00