chore: fix lint
This commit is contained in:
parent
24394ca3c5
commit
19970fc132
3 changed files with 1 additions and 5 deletions
|
|
@ -214,7 +214,7 @@ const uploadFile = (file) => {
|
|||
|
||||
xhr.open("POST", `${webroot}/upload`, true);
|
||||
|
||||
xhr.onload = (e) => {
|
||||
xhr.onload = () => {
|
||||
let data = JSON.parse(xhr.responseText);
|
||||
|
||||
pendingFiles -= 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue