mirror of
https://github.com/dergigi/boris.git
synced 2026-02-10 17:44:34 +01:00
- Changed idToEvent from let to const (prefer-const) - Fixed TypeScript type narrowing issue by using direct regex test instead of isHexId type guard - Removed unused isHexId import All lint and type checks now pass for src directory.