mirror of
https://github.com/iptv-org/iptv
synced 2025-12-18 11:27:34 -05:00
Fixes linter issues
This commit is contained in:
@@ -63,7 +63,7 @@ async function main() {
|
||||
|
||||
logger.info('saving...')
|
||||
const groupedStreams = streams.groupBy((stream: Stream) => stream.getFilepath())
|
||||
for (let filepath of groupedStreams.keys()) {
|
||||
for (const filepath of groupedStreams.keys()) {
|
||||
const streams = groupedStreams.get(filepath) || []
|
||||
|
||||
if (!streams.length) return
|
||||
|
||||
Reference in New Issue
Block a user