Skip to content

Commit

Permalink
Whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
MineGame159 committed Sep 22, 2023
1 parent 7ec0f2b commit b63206f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/download/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
setInterval(() => {
timer--;
if (timer <= 0) {
if (timer == 0) {
if ($page.url.searchParams.has("devBuild"))
goto("/api/download?devBuild=latest");
else
Expand Down

0 comments on commit b63206f

Please sign in to comment.