This commit is contained in:
Bruno Rybársky 2024-04-25 22:45:54 +02:00
parent d2d23d1514
commit 8fff030655

@ -604,7 +604,7 @@ async function getFileList() {
}
};
xhr.send(formData);
until(_ => (tmp !== undefined));
until(_ => (tmp === undefined));
return tmp;
}