Skip to content

Commit a00ded0

Browse files
committed
fix: use OfficerPositionEnum in the RegistrationModel
1 parent 280d60d commit a00ded0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/registrations/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
class RegistrationModel(BaseModel):
7-
position: str
7+
position: OfficerPositionEnum
88
full_name: str
99
linked_in: str
1010
instagram: str

0 commit comments

Comments
 (0)