fix(delete functions): ensure more consistency between methods and trash behaviour

This commit is contained in:
2024-06-18 18:44:58 +02:00
parent 9adcdee0a0
commit 2a0425ff54
6 changed files with 59 additions and 26 deletions

View File

@@ -10,7 +10,7 @@ export class MetaData {
// lets find the existing metadata file
metaData.metadataFile = await metaData.fileRef.parentDirectoryRef.getFile({
name: metaData.fileRef.name + '.metadata',
path: metaData.fileRef.name + '.metadata',
createWithContents: '{}',
});