Skip to content

Commit

Permalink
Update publicalumniprofilevm
Browse files Browse the repository at this point in the history
  • Loading branch information
amos-cha committed Jul 24, 2023
1 parent 3695206 commit ca37c3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public static implicit operator PublicAlumniProfileViewModel(AlumniProfileViewMo
{
PublicAlumniProfileViewModel vm = new PublicAlumniProfileViewModel
{
WebUpdate = alu.WebUpdate ?? 0,
WebUpdate = alu.WebUpdate,
Title = alu.Title ?? "",
FirstName = alu.FirstName ?? "",
MiddleName = alu.MiddleName ?? "",
Expand Down

0 comments on commit ca37c3d

Please sign in to comment.