From e243b0f47aca30253d09e76c614576efd0fdf243 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Wed, 30 Jul 2025 16:39:12 +0800 Subject: [PATCH] :bug: Fix file deletion --- DysonNetwork.Drive/Storage/FileService.cs | 1 - 1 file changed, 1 deletion(-) 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)