Skip to content

Commit dd078d0

Browse files
committed
Set photoPath in BringAuthResponse as optional
1 parent bdb3c52 commit dd078d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bring_api/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class BringAuthResponse(DataClassORJSONMixin):
115115
refresh_token: str
116116
token_type: str
117117
expires_in: int
118-
photoPath: str
118+
photoPath: str = ""
119119
email: str = ""
120120
name: str = ""
121121

0 commit comments

Comments
 (0)