mirror of
https://github.com/iptv-org/iptv
synced 2025-12-17 19:07:37 -05:00
Fix linter issues
This commit is contained in:
@@ -18,9 +18,9 @@ export class BroadcastArea {
|
||||
countriesKeyByCode: Dictionary,
|
||||
regionsKeyByCode: Dictionary
|
||||
): this {
|
||||
let citiesIncluded = new Collection()
|
||||
let subdivisionsIncluded = new Collection()
|
||||
let countriesIncluded = new Collection()
|
||||
const citiesIncluded = new Collection()
|
||||
const subdivisionsIncluded = new Collection()
|
||||
const countriesIncluded = new Collection()
|
||||
let regionsIncluded = new Collection()
|
||||
|
||||
this.codes.forEach((value: string) => {
|
||||
|
||||
Reference in New Issue
Block a user