Resetting utils subtree.
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
|
||||
"""
|
||||
|
||||
|
||||
# *****************************************************************************************************************
|
||||
# ***** ****
|
||||
# *** IMPORT ***
|
||||
@@ -94,6 +95,7 @@ async def get_session(session_token) -> CoreUserInfoModel:
|
||||
# Feed needed field into the core model:
|
||||
session_info = CoreUserInfoModel(
|
||||
fullName = raw_info["value"]["full_name"],
|
||||
role = raw_info["value"]["user_role"],
|
||||
userId = raw_info["value"]["user_id"],
|
||||
entityId = raw_info["value"]["entity_id"],
|
||||
billingAccountId = raw_info["value"]["billing_account_id"],
|
||||
|
||||
Reference in New Issue
Block a user