We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 280d60d commit a00ded0Copy full SHA for a00ded0
src/registrations/models.py
@@ -4,7 +4,7 @@
4
5
6
class RegistrationModel(BaseModel):
7
- position: str
+ position: OfficerPositionEnum
8
full_name: str
9
linked_in: str
10
instagram: str
0 commit comments