mirror of
https://github.com/iptv-org/iptv
synced 2025-12-18 19:37:20 -05:00
Fix errors found by linter
This commit is contained in:
@@ -4,7 +4,7 @@ export type LogItem = {
|
||||
}
|
||||
|
||||
export class LogParser {
|
||||
parse(content: string): any[] {
|
||||
parse(content: string): LogItem[] {
|
||||
if (!content) return []
|
||||
const lines = content.split('\n')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user