👔 Remove account from file object

This commit is contained in:
2026-01-13 01:08:20 +08:00
parent 4b7740e606
commit 8e39004f68
5 changed files with 684 additions and 6 deletions

View File

@@ -194,7 +194,6 @@ public class FileService(
return new SnFileObject
{
Id = fileId,
AccountId = accountId,
MimeType = contentType,
Size = fileSize,
};