more cleaning

This commit is contained in:
DecDuck
2024-10-21 21:50:27 +11:00
parent 737b3061a8
commit bca805af8a
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -149,7 +149,6 @@ async function uploadFile() {
}
}
console.log(props.endpoint);
const result = await $fetch(props.endpoint, { method: "POST", body: form });
open.value = false;
file.value = undefined;