From d09a828dd228b180ca1edc30c5589487d4812a06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eudes=20In=C3=A1cio?= Date: Thu, 30 Sep 2021 10:26:44 +0100 Subject: [PATCH] some changes --- src/app/services/socket/synchro.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/services/socket/synchro.service.ts b/src/app/services/socket/synchro.service.ts index 4aab387d5..a5616adf5 100644 --- a/src/app/services/socket/synchro.service.ts +++ b/src/app/services/socket/synchro.service.ts @@ -85,7 +85,7 @@ class SynchroService { - if(!this._connected === true) { + if(this._connected === true) { this.BackgroundService.online() console.log('Online',this._connected) this.callBacks.forEach((e)=>{