🐛 Fix file deletion

This commit is contained in:
2025-07-30 16:39:12 +08:00
parent 6f0a42820b
commit e243b0f47a

View File

@@ -565,7 +565,6 @@ public class FileService(
public async Task DeleteFileDataAsync(CloudFile file, bool force = false)
{
if (file.StorageId is null) return;
if (!file.PoolId.HasValue) return;
if (!force)