aprs.me/test/assets
Graham McIntire 529b0790d6
Improve type safety for getTrailId function
- Update function signature to accept id as string | number
- Ensure consistent string conversion for all return paths
- Add test coverage for numeric ID cases
- Maintain backward compatibility with existing code

This fixes potential type mismatches where marker IDs can be either
strings or numbers throughout the codebase.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-21 08:36:38 -05:00
..
js Improve type safety for getTrailId function 2025-07-21 08:36:38 -05:00