We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5424cd1 commit eac76abCopy full SHA for eac76ab
Backend/SorobanSecurityPortalApi/Models/ViewModels/FileViewModel.cs
@@ -8,6 +8,6 @@ public class FileViewModel
8
public string Type { get; set; } = "";
9
public byte[]? BinFile { get; set; } = null;
10
public DateTime Date { get; set; }
11
- public string Author { get; set; } = "";
+ public string CreatedBy { get; set; } = "";
12
}
13
0 commit comments