Skip to content

Commit

Permalink
Remove unused variable and fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
everoddandeven committed Oct 17, 2024
1 parent 4f12a5c commit 79cc8dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/core/services/daemon/daemon-data.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 79cc8dc

Please sign in to comment.