Skip to content

Commit 45879f5

Browse files
Fix error with inspection input validation
1 parent 6671c1b commit 45879f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Nesteo.Server/Models/Inspection.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ public class Inspection
101101
/// The bird species
102102
/// </summary>
103103
[Required]
104-
[EnumDataType(typeof(Species))]
105104
public Species? Species { get; set; }
106105

107106
/// <summary>

0 commit comments

Comments
 (0)