We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d67cd39 commit 4915464Copy full SHA for 4915464
src/routes/download/+page.svelte
@@ -12,7 +12,7 @@
12
13
if (timer == 0) {
14
if ($page.url.searchParams.has("devBuild"))
15
- goto("/api/download?devBuild=latest");
+ goto("/api/download?devBuild=" + $page.url.searchParams.get("devBuild"));
16
else
17
goto("/api/download");
18
0 commit comments