Skip to content

Commit

Permalink
add bio
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek committed May 16, 2024
1 parent a1b7468 commit 72b52dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jg/hen/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ class ProjectInfo(BaseModel):

class Info(BaseModel):
name: str | None
bio: str | None
location: str | None
linkedin_url: str | None
avatar_url: str
Expand Down

0 comments on commit 72b52dd

Please sign in to comment.