Skip to content

Commit 40329a6

Browse files
[LW-11428] Remove unused res declaration
1 parent eb03596 commit 40329a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/renderer/app/stores/AppUpdateStore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export default class AppUpdateStore extends Store {
9494
* Unset `APP-AUTOMATIC-UPDATE-FAILED` on every application startup to try again if we failed in the past;
9595
* Otherwise, this computer's auto-update would be bricked forever:
9696
*/
97-
this.unsetAppAutomaticUpdateFailedRequest.execute().then((result) => {
97+
this.unsetAppAutomaticUpdateFailedRequest.execute().then(() => {
9898
logger.info('Resetting the APP-AUTOMATIC-UPDATE-FAILED flag on startup');
9999
});
100100

0 commit comments

Comments
 (0)