Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
wouerner committed Oct 22, 2024
1 parent c2b2a93 commit d7a6063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class VolunteerBase(BaseModel):

class VolunteerCreate(VolunteerBase):
# name: str
# email: str
email: str
# masked_email: Optional[str] = None
is_active: Optional[bool] = True
jobtitle_id: int
Expand Down

0 comments on commit d7a6063

Please sign in to comment.