We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
item_path
delete
1 parent 06aeae5 commit c792f4aCopy full SHA for c792f4a
src/backend/src/routers/filesystem_api/delete.js
@@ -51,7 +51,6 @@ module.exports = eggspress('/delete', {
51
// try to delete each path in the array one by one (if glob, resolve first)
52
// TODO: remove this pseudo-batch
53
for ( const item_path of paths ) {
54
- let item_path = item_path;
55
const target = await (new FSNodeParam('path')).consolidate({
56
req: { fs: req.fs, user },
57
getParam: () => item_path,
0 commit comments