mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-12 10:00:05 -04:00
Fixes linter issues
This commit is contained in:
parent
c2b120904d
commit
fff4386cc5
2 changed files with 10 additions and 7 deletions
|
@ -29,7 +29,7 @@ export class IssueParser {
|
|||
|
||||
const data = new Dictionary()
|
||||
fields.forEach((field: string) => {
|
||||
let parsed = field.split(/\r?\n/).filter(Boolean)
|
||||
const parsed = field.split(/\r?\n/).filter(Boolean)
|
||||
let _label = parsed.shift()
|
||||
_label = _label ? _label.trim() : ''
|
||||
let _value = parsed.join('\r\n')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue