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