mirror of
https://github.com/iptv-org/epg
synced 2026-05-23 01:35:01 -04:00
Fix linter issues in sites/
This commit is contained in:
@@ -58,7 +58,7 @@ function parseItems(content, channel) {
|
||||
let data
|
||||
try {
|
||||
data = JSON.parse(content)
|
||||
} catch (error) {
|
||||
} catch {
|
||||
return []
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user