Skip to content

Commit

Permalink
↩ revert(util): Type annotation
Browse files Browse the repository at this point in the history
Revert type annotation
  • Loading branch information
Midnightific committed Feb 5, 2024
1 parent 400217a commit f587209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selene-vscode/src/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export async function getLatestSeleneRelease(): Promise<GithubRelease> {
headers: {
"User-Agent": "selene-vscode",
},
}).then((body: any) => {
}).then((body) => {
return JSON.parse(body) as GithubRelease
})
}
Expand Down

0 comments on commit f587209

Please sign in to comment.