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) => {
const interval = setInterval(async () => {
try {
await this.Health()
await this.GetInfo()
clearInterval(interval)
this.ready = true
res()