(20241127) User Profile Bug Fix.

This commit is contained in:
2024-11-27 20:26:19 +05:30
parent d39f5536be
commit bccbd66569
+1
View File
@@ -158,6 +158,7 @@ class AsyncGMailClient(AsyncGoogleBase):
# If the call was successful: # If the call was successful:
if api_response.httpCode in [200]: if api_response.httpCode in [200]:
api_response.success = True
api_response.data = await api_response.get_json() api_response.data = await api_response.get_json()
# Done here: # Done here: