Skip to content

Commit

Permalink
fix: model type
Browse files Browse the repository at this point in the history
  • Loading branch information
Hk669 committed Aug 2, 2024
1 parent 01e3ebc commit 95405d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class GithubUser(BaseModel):
following: Optional[int] = None
public_repos: Optional[int] = None
public_gists: Optional[int] = None
access_token: Optional[int] = None
access_token: Optional[str] = None
created_at: str = datetime.now().strftime("%Y-%m-%d %H:%M:%S")
updated_at: str = datetime.now().strftime("%Y-%m-%d %H:%M:%S")

Expand Down

0 comments on commit 95405d5

Please sign in to comment.