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