Skip to content

Commit 59ed563

Browse files
committed
missing
1 parent 87e2536 commit 59ed563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/src/simcore_service_webserver/workspaces/_groups_handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,4 @@ async def delete_workspace_group(request: web.Request):
162162
group_id=path_params.group_id,
163163
product_name=req_ctx.product_name,
164164
)
165-
raise web.HTTPNoContent(content_type=MIMETYPE_APPLICATION_JSON)
165+
return web.HTTPNoContent(content_type=MIMETYPE_APPLICATION_JSON)

0 commit comments

Comments
 (0)