We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24afffb commit f662580Copy full SHA for f662580
services/director-v2/src/simcore_service_director_v2/modules/osparc_variables/_api_auth.py
@@ -61,7 +61,7 @@ async def create_user_api_key(
61
project_id: ProjectID,
62
node_id: NodeID,
63
) -> str:
64
- data: ApiKeyGet = await _create_for(
+ data = await _create_for(
65
app,
66
product_name=product_name,
67
user_id=user_id,
@@ -79,7 +79,7 @@ async def create_user_api_secret(
79
80
81
82
83
84
85
0 commit comments