diff --git a/DysonNetwork.Drive/Storage/FileService.cs b/DysonNetwork.Drive/Storage/FileService.cs index 6dbca70..d7eb2bd 100644 --- a/DysonNetwork.Drive/Storage/FileService.cs +++ b/DysonNetwork.Drive/Storage/FileService.cs @@ -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)