Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed Dec 10, 2024
1 parent abd8017 commit 8f2d28f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/fixture_update_check/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ async function getLatestVersion() {
return Deno.env.get("LATEST_VERSION") ?? "99.99.999";
}

// deno-lint-ignore require-await
async function getCurrentVersion() {
function getCurrentVersion() {
return Deno.env.get("CURRENT_VERSION")!;
}

Expand Down

0 comments on commit 8f2d28f

Please sign in to comment.