Skip to content

Commit

Permalink
chore: Update files ♻️
Browse files Browse the repository at this point in the history
  • Loading branch information
kdheepak committed Aug 5, 2022
1 parent a0dd635 commit bd1a818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/routes/run.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
async function handleCancel(e) {
const r = await fetch(`${BASE}/run`, {
method: "PUT",
method: "DELETE",
mode: "cors",
headers: {
"Accept": "application/json",
Expand Down

0 comments on commit bd1a818

Please sign in to comment.