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 740c551 commit b900510Copy full SHA for b900510
services/web/server/src/simcore_service_webserver/functions/_controller/_functions_rest.py
@@ -122,8 +122,8 @@ async def list_functions(request: web.Request) -> web.Response:
122
"access_rights": await _functions_service.get_function_user_permissions(
123
request.app,
124
user_id=req_ctx.user_id,
125
- function_id=function.uid,
126
product_name=req_ctx.product_name,
+ function_id=function.uid,
127
),
128
"thumbnail": (
129
f"{project.thumbnail}" if project.thumbnail else None
0 commit comments