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 399abc8 commit e1b8401Copy full SHA for e1b8401
services/web/server/src/simcore_service_webserver/projects/_crud_api_read.py
@@ -53,7 +53,7 @@ async def _append_fields(
53
# replace project access rights (if project is in workspace)
54
if workspace_access_rights:
55
project["accessRights"] = {
56
- f"{gid}": access.model_dump() for gid, access in workspace_access_rights.items()
+ gid: access.model_dump() for gid, access in workspace_access_rights.items()
57
}
58
59
# validate
0 commit comments