This commit is contained in:
hatim boufnichel 2024-04-24 19:11:19 +02:00
parent 13f98fd459
commit 0dd36764f8

View file

@ -84,7 +84,7 @@ export default class {
return new Promise<void>((res, rej) => { return new Promise<void>((res, rej) => {
const interval = setInterval(async () => { const interval = setInterval(async () => {
try { try {
await this.Health() await this.GetInfo()
clearInterval(interval) clearInterval(interval)
this.ready = true this.ready = true
res() res()