mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-13 18:40:06 -04:00
Fixes build error
This commit is contained in:
parent
f2c026cec0
commit
89e188f6b2
3 changed files with 63 additions and 57 deletions
|
@ -41,4 +41,10 @@ export class Channel {
|
|||
this._guides = data.guides || []
|
||||
this._blocklistRecords = data.blocklistRecords || []
|
||||
}
|
||||
|
||||
toObject() {
|
||||
const { ...object } = this
|
||||
|
||||
return object
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue