Skip to content

Commit 9a16544

Browse files
committed
changes
1 parent 340bae1 commit 9a16544

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

trackio/frontend/src/App.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@
349349
urlRunsFromQueryApplied = true;
350350
return;
351351
}
352-
let wanted = [];
352+
let wanted;
353353
if (runIdsParam) {
354354
const ids = runIdsParam.split(",").map((s) => s.trim()).filter(Boolean);
355355
const validKeys = new Set(runs.map((r) => runKey(r)));

0 commit comments

Comments
 (0)