This commit is contained in:
Jan Prochazka
2021-12-26 14:16:36 +01:00
parent 991b2fd3c1
commit 1ea9c23576
5 changed files with 5 additions and 3 deletions

View File

@@ -33,7 +33,7 @@
$: $effect;
const handleRunnerDone = async () => {
const resp = await apiCall(`runners/files?runid=${runnerId}`);
const resp = await apiCall('runners/files', { runid: runnerId });
files = resp;
};
</script>