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 2e956b0 commit 3b70a42Copy full SHA for 3b70a42
services/web/server/src/simcore_service_webserver/projects/_crud_api_read.py
@@ -89,6 +89,8 @@ async def aggregate_data_to_projects_from_request(
89
request: web.Request,
90
projects: list[ProjectDict],
91
) -> list[ProjectDict]:
92
+ # NOTE: this is a helper function that should not belong to the
93
+ # project's service layer, but rather some utils from the controller
94
95
update_permalink_per_project = [
96
# permalink
0 commit comments