diff --git a/src/app/core/services/daemon/daemon-data.service.ts b/src/app/core/services/daemon/daemon-data.service.ts index ec6ab98..6d7866e 100644 --- a/src/app/core/services/daemon/daemon-data.service.ts +++ b/src/app/core/services/daemon/daemon-data.service.ts @@ -419,7 +419,6 @@ export class DaemonDataService { this.syncStart.emit({ first: this._firstRefresh }); try { - const firstRefresh = this._firstRefresh; this._daemonRunning = await this.daemonService.isRunning(); this._firstRefresh = false;