🐛 Fix file deletion
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user