mirror of
https://github.com/ragestudio/linebridge.git
synced 2025-06-09 18:44:17 +00:00
return array
This commit is contained in:
parent
4a93623549
commit
60f29d3bdc
@ -9,7 +9,7 @@ export default class ComplexController {
|
|||||||
|
|
||||||
getWSEndpoints() {
|
getWSEndpoints() {
|
||||||
if (typeof this.channels !== "object") {
|
if (typeof this.channels !== "object") {
|
||||||
return false
|
return []
|
||||||
}
|
}
|
||||||
|
|
||||||
const keys = Object.keys(this.channels)
|
const keys = Object.keys(this.channels)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user