iptv/scripts/store/setters/channel.js

4 lines
69 B
JavaScript
Raw Normal View History

2022-02-14 02:48:11 +03:00
module.exports = function ({ channel }) {
return channel || null
}