mirror of
https://github.com/iptv-org/epg
synced 2026-09-15 05:26:25 -04:00
Fix linter issues in sites/
This commit is contained in:
@@ -56,7 +56,7 @@ function parseStop($item) {
|
||||
|
||||
try {
|
||||
return dayjs(timeString, 'YYYY-MM-DD HH:mm:ssZZ')
|
||||
} catch (err) {
|
||||
} catch {
|
||||
return null
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user