Skip to content

Commit

Permalink
fix: float first_funder (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schultz authored Aug 15, 2024
1 parent 73a5c83 commit 1772aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/passport/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class DetailedScoreModel(Schema):
score: int
num_transactions: Optional[int]
first_funder: Optional[str]
first_funder_amount: Optional[int]
first_funder_amount: Optional[float]


@api.exception_handler(Ratelimited)
Expand Down

0 comments on commit 1772aed

Please sign in to comment.