mirror of
https://github.com/DRYTRIX/TimeTracker.git
synced 2026-01-06 03:30:25 -06:00
- Replace template literal with array.join() approach for comment body - Eliminates potential encoding issues with template literal backticks - Improves code readability with explicit line array - Ensures cross-platform JavaScript compatibility in GitHub Actions This provides a more robust solution to the 'Invalid or unexpected token' SyntaxError by avoiding problematic template literal syntax entirely.