(20241127) User Profile Bug Fix.
This commit is contained in:
@@ -158,6 +158,7 @@ class AsyncGMailClient(AsyncGoogleBase):
|
||||
|
||||
# If the call was successful:
|
||||
if api_response.httpCode in [200]:
|
||||
api_response.success = True
|
||||
api_response.data = await api_response.get_json()
|
||||
|
||||
# Done here:
|
||||
|
||||
Reference in New Issue
Block a user