mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Update app/js/FileHandler.js
Co-Authored-By: Jakob Ackermann <das7pad@outlook.com>
This commit is contained in:
parent
4489670497
commit
dceef85ccb
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ async function deleteFile(bucket, key) {
|
|||
if (Settings.enableConversions) {
|
||||
jobs.push(PersistorManager.promises.deleteDirectory(bucket, convertedKey))
|
||||
}
|
||||
await Promise.all([jobs])
|
||||
await Promise.all(jobs)
|
||||
}
|
||||
|
||||
async function deleteProject(bucket, key) {
|
||||
|
|
Loading…
Reference in a new issue