mirror of
https://github.com/iptv-org/iptv
synced 2025-12-18 03:17:14 -05:00
Fixes linter issues
This commit is contained in:
@@ -44,7 +44,7 @@ async function main() {
|
||||
|
||||
let errors = new Collection()
|
||||
let warnings = new Collection()
|
||||
let streamsGroupedByFilepath = streams.groupBy((stream: Stream) => stream.getFilepath())
|
||||
const streamsGroupedByFilepath = streams.groupBy((stream: Stream) => stream.getFilepath())
|
||||
for (const filepath of streamsGroupedByFilepath.keys()) {
|
||||
const streams = streamsGroupedByFilepath.get(filepath)
|
||||
if (!streams) continue
|
||||
|
||||
Reference in New Issue
Block a user