Skip to content

Commit eac76ab

Browse files
committed
Rename column in the file view model
1 parent 5424cd1 commit eac76ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Backend/SorobanSecurityPortalApi/Models/ViewModels/FileViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ public class FileViewModel
88
public string Type { get; set; } = "";
99
public byte[]? BinFile { get; set; } = null;
1010
public DateTime Date { get; set; }
11-
public string Author { get; set; } = "";
11+
public string CreatedBy { get; set; } = "";
1212
}
1313
}

0 commit comments

Comments
 (0)