iptv/scripts/store/setters/channel.js

4 lines
69 B
JavaScript
Raw Normal View History

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