mirror of
https://github.com/iptv-org/epg
synced 2026-04-29 22:16:59 -04:00
Fix linter issues in sites/
This commit is contained in:
@@ -53,7 +53,7 @@ async function parseItems(buffer) {
|
||||
let data
|
||||
try {
|
||||
data = await pdf(buffer)
|
||||
} catch (err) {
|
||||
} catch {
|
||||
return []
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user