Skip to content

Commit

Permalink
yarn run lint:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis-jackson-bots committed Jul 10, 2024
1 parent 7153a67 commit 9a9cf01
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/autoupdater.ts
Original file line number Diff line number Diff line change
Expand Up @@ -490,9 +490,7 @@ export class AutoUpdater {
return false;
}

if (
'status' in e &&
(e as octokit.RequestError).status === 404) {
if ('status' in e && (e as octokit.RequestError).status === 404) {
const error = e as Error;

ghCore.error(
Expand Down

0 comments on commit 9a9cf01

Please sign in to comment.