mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-12 18:10:04 -04:00
3 lines
69 B
JavaScript
3 lines
69 B
JavaScript
module.exports = function ({ channel }) {
|
|
return channel || null
|
|
}
|