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:
@@ -33,9 +33,9 @@ export class SubdivisionTable implements Table {
|
||||
|
||||
if (!parsedCountrySubdivisions.length) return
|
||||
|
||||
output += `\r\n<details>\r\n\<summary>${country.name}</summary>\r\n`
|
||||
output += `\r\n<details>\r\n<summary>${country.name}</summary>\r\n`
|
||||
|
||||
let data = new Collection()
|
||||
const data = new Collection()
|
||||
|
||||
parsedCountrySubdivisions.forEach((logItem: LogItem) => {
|
||||
const file = new File(logItem.filepath)
|
||||
|
||||
Reference in New Issue
Block a user