fix(xo-server/proxy.checkHealth): dont return server version
This commit is contained in:
parent
6828a5d9a0
commit
d21fd2a1ed
@ -227,8 +227,8 @@ export default class Proxy {
|
||||
await this.checkProxyHealth(id)
|
||||
}
|
||||
|
||||
checkProxyHealth(id) {
|
||||
return this.callProxyMethod(id, 'system.getServerVersion')
|
||||
async checkProxyHealth(id) {
|
||||
await this.callProxyMethod(id, 'system.getServerVersion')
|
||||
}
|
||||
|
||||
async callProxyMethod(id, method, params, expectStream = false) {
|
||||
|
Loading…
Reference in New Issue
Block a user