Skip to content

Commit

Permalink
Update TestEmail.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
EdiWang committed Oct 10, 2024
1 parent 7b5be02 commit 9d8447e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Moonglade.Function.Email/TestEmail.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ public async Task<IActionResult> Run(

public class TestEmailRequest
{
[Required]
public string EmailDisplayName { get; set; }

[Required]
[MinLength(1)]
[MaxLength(20)]
Expand Down

0 comments on commit 9d8447e

Please sign in to comment.