Update scripts

This commit is contained in:
freearhey
2025-05-01 00:51:41 +03:00
parent 4d8eb9199c
commit 4893ed965c
7 changed files with 39 additions and 47 deletions

View File

@@ -68,7 +68,7 @@ export class DataProcessor {
)
const channelsKeyById = channels.keyBy((channel: Channel) => channel.id)
let feeds = new Collection(data.feeds).map(data =>
const feeds = new Collection(data.feeds).map(data =>
new Feed(data)
.withChannel(channelsKeyById)
.withLanguages(languagesKeyByCode)