Skip to content

Commit b900510

Browse files
fix: order
1 parent 740c551 commit b900510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/src/simcore_service_webserver/functions/_controller/_functions_rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ async def list_functions(request: web.Request) -> web.Response:
122122
"access_rights": await _functions_service.get_function_user_permissions(
123123
request.app,
124124
user_id=req_ctx.user_id,
125-
function_id=function.uid,
126125
product_name=req_ctx.product_name,
126+
function_id=function.uid,
127127
),
128128
"thumbnail": (
129129
f"{project.thumbnail}" if project.thumbnail else None

0 commit comments

Comments
 (0)