iptv/scripts/store/setters/channel.js
2022-02-14 02:48:11 +03:00

4 lines
69 B
JavaScript

module.exports = function ({ channel }) {
return channel || null
}