Fix paths
This commit is contained in:
parent
6086d43635
commit
f91dddda93
1 changed files with 1 additions and 1 deletions
|
@ -1409,6 +1409,6 @@ const moveToTrash = async (
|
|||
metadataFileName,
|
||||
fs.exists,
|
||||
);
|
||||
await fs.rename(filePath, metadataTrashFilePath);
|
||||
await fs.rename(metadataFilePath, metadataTrashFilePath);
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue