(20241226) E-Mail fetch (single) bug fix.
This commit is contained in:
@@ -113,7 +113,7 @@ async def is_authorized(
|
|||||||
# Fetch the auth tokens from the database:
|
# Fetch the auth tokens from the database:
|
||||||
# Retrieve the document of the token id:
|
# Retrieve the document of the token id:
|
||||||
auth_tokens = await current_app.core_auth_token_controller.get_tokens_from_ids(
|
auth_tokens = await current_app.core_auth_token_controller.get_tokens_from_ids(
|
||||||
mongo_conn = mongo_conn,
|
mongo_data_conn = mongo_conn,
|
||||||
token_ids = [ObjectId(t) for t in token_ids]
|
token_ids = [ObjectId(t) for t in token_ids]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user