mirror of
https://github.com/everoddandeven/monerod-gui.git
synced 2024-12-22 19:49:27 +00:00
Remove unused variable and fix lint
This commit is contained in:
parent
4f12a5cc11
commit
79cc8dc851
1 changed files with 0 additions and 1 deletions
|
@ -419,7 +419,6 @@ export class DaemonDataService {
|
||||||
this.syncStart.emit({ first: this._firstRefresh });
|
this.syncStart.emit({ first: this._firstRefresh });
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const firstRefresh = this._firstRefresh;
|
|
||||||
this._daemonRunning = await this.daemonService.isRunning();
|
this._daemonRunning = await this.daemonService.isRunning();
|
||||||
this._firstRefresh = false;
|
this._firstRefresh = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue