Skip to content

Commit

Permalink
Merge pull request #8 from SouJunior/develop
Browse files Browse the repository at this point in the history
Merge pull request #7 from SouJunior/master
  • Loading branch information
wouerner authored Oct 22, 2024
2 parents f476242 + d7a6063 commit f5b490b
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 f5b490b

Please sign in to comment.