Skip to content

Commit 1232005

Browse files
author
Volara
committed
Unwrap fix
1 parent f9e15f4 commit 1232005

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

volara_proof/storage/user_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def process_profile(self, user_info: UserData) -> None:
3737
)
3838
resp.raise_for_status()
3939
logging.info("Succesfully processed profile.")
40-
return resp.json()["userValidated"]
40+
return resp.json()
4141
except Exception:
4242
logging.exception("[CRITICAL FAILURE] Failed to process profile.")
4343
raise

0 commit comments

Comments
 (0)