mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-04 08:55:47 +00:00
Add comment regarding deleteDirectory being internal-only
This commit is contained in:
parent
f1b6b35c69
commit
fccb288985
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ async function deleteFile(location, name) {
|
|||
}
|
||||
}
|
||||
|
||||
// this is only called internally for clean-up by `FileHandler` and isn't part of the external API
|
||||
async function deleteDirectory(location, name) {
|
||||
const filteredName = filterName(name.replace(/\/$/, ''))
|
||||
|
||||
|
|
Loading…
Reference in a new issue