Skip to content

Commit

Permalink
Use correct payment end date type
Browse files Browse the repository at this point in the history
  • Loading branch information
frwickst committed Feb 21, 2024
1 parent 79a2883 commit 6f26087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion huum/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class HuumStatusResponse(DataClassDictMixin):
duration: int | None = None
config: int | None = None
steamer_error: int | None = None
payment_end_date: int | None = None
payment_end_date: str | None = None

class Config(BaseConfig):
aliases = {
Expand Down

0 comments on commit 6f26087

Please sign in to comment.