We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e15f4 commit 1232005Copy full SHA for 1232005
1 file changed
volara_proof/storage/user_info.py
@@ -37,7 +37,7 @@ def process_profile(self, user_info: UserData) -> None:
37
)
38
resp.raise_for_status()
39
logging.info("Succesfully processed profile.")
40
- return resp.json()["userValidated"]
+ return resp.json()
41
except Exception:
42
logging.exception("[CRITICAL FAILURE] Failed to process profile.")
43
raise
0 commit comments