chore: fix lint

This commit is contained in:
C4illin 2025-03-06 21:09:02 +01:00
parent 24394ca3c5
commit 19970fc132
3 changed files with 1 additions and 5 deletions

View file

@ -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;