4 lines
65 B
JavaScript
4 lines
65 B
JavaScript
module.exports = function (channel) {
|
|
return channel || null
|
|
}
|
module.exports = function (channel) {
|
|
return channel || null
|
|
}
|