Skip to content

Commit

Permalink
Change BringAuthResponse.photoPath to optional field (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
tr4nt0r authored Jan 23, 2025
1 parent baa5439 commit b52fbd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bring_api/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class BringAuthResponse(DataClassORJSONMixin):
refresh_token: str
token_type: str
expires_in: int
photoPath: str
photoPath: str = ""
email: str = ""
name: str = ""

Expand Down

0 comments on commit b52fbd7

Please sign in to comment.