iptv/scripts/store/setters/channel.js
2023-05-01 21:34:16 +03:00

4 lines
65 B
JavaScript

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