fix message
This commit is contained in:
parent
1bb87788f8
commit
ccf4bec8dc
|
@ -61,7 +61,7 @@ func getChannel(u *User) {
|
|||
}
|
||||
|
||||
if len(result.Data) < 1 {
|
||||
log.Info("No streams")
|
||||
log.Info("No channels")
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Reference in New Issue