Skip to content

Commit

Permalink
signup workflow hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
voynow committed Sep 14, 2024
1 parent 586f3f8 commit e4c468d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/user_row.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ class UserRow(BaseModel):
athlete_id: int
email: str
preferences: str
is_active: bool
is_active: bool = True
created_at: datetime = datetime.now()

0 comments on commit e4c468d

Please sign in to comment.