Skip to content

Commit

Permalink
Removed explicit type.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyanziano committed Nov 19, 2018
1 parent d5bc936 commit 77e65f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/main/src/appUpdater.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export const AppUpdater = new class extends EventEmitter {
}

public async checkForUpdates(userInitiated: boolean): Promise<void> {
const settings: FrameworkSettings = getSettings().framework;
const settings = getSettings().framework;
this.allowPrerelease = !!settings.usePrereleases;
this.autoDownload = !!settings.autoUpdate;
this._userInitiated = userInitiated;
Expand Down

0 comments on commit 77e65f6

Please sign in to comment.