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)=>{