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 87e2536 commit 59ed563Copy full SHA for 59ed563
services/web/server/src/simcore_service_webserver/workspaces/_groups_handlers.py
@@ -162,4 +162,4 @@ async def delete_workspace_group(request: web.Request):
162
group_id=path_params.group_id,
163
product_name=req_ctx.product_name,
164
)
165
- raise web.HTTPNoContent(content_type=MIMETYPE_APPLICATION_JSON)
+ return web.HTTPNoContent(content_type=MIMETYPE_APPLICATION_JSON)
0 commit comments