Skip to content

Commit

Permalink
Removed email from export (#883)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianwium authored Jun 4, 2024
1 parent 69c28b3 commit 93be06b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class MyOpportunityInfo
[Ignore]
public Guid UserId { get; set; }

[Name("Student Email")]
[Ignore]
public string UserEmail { get; set; }

[Name("Student Display Name")]
Expand Down

0 comments on commit 93be06b

Please sign in to comment.