refactoring

This commit is contained in:
chrislu
2024-07-17 23:13:54 -07:00
parent 7a75928e7d
commit a8fa78b892
2 changed files with 1 additions and 45 deletions

View File

@@ -50,7 +50,7 @@ func (f *Filer) DeleteEntryMetaAndData(ctx context.Context, p util.FullPath, isR
}
if shouldDeleteChunks && !isDeleteCollection {
f.DirectDeleteChunks(entry.GetChunks())
f.DeleteChunks(p, entry.GetChunks())
}
if isDeleteCollection {