Remove unused variable and fix lint

This commit is contained in:
everoddandeven 2024-10-17 18:28:05 +02:00
parent 4f12a5cc11
commit 79cc8dc851

View file

@ -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;