4 lines
101 B
JavaScript
4 lines
101 B
JavaScript
module.exports = function () {
|
|
return this.channel && this.channel.logo ? this.channel.logo : ''
|
|
}
|