Remove unnecessary 'async' keyword

This commit is contained in:
deepsource-autofix[bot]
2022-09-05 17:25:36 +00:00
committed by GitHub
parent 85b549458d
commit c478f83f70
9 changed files with 35 additions and 35 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
async function uploadFile() {
function uploadFile() {
let file = document.getElementById("avatarUpl").files[0];
console.log(file);
let formdata = new FormData();