mirror of
https://github.com/dergigi/boris.git
synced 2025-12-26 19:14:52 +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.