Skip to content

Commit 3b70a42

Browse files
committed
note
1 parent 2e956b0 commit 3b70a42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

services/web/server/src/simcore_service_webserver/projects/_crud_api_read.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ async def aggregate_data_to_projects_from_request(
8989
request: web.Request,
9090
projects: list[ProjectDict],
9191
) -> 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
9294

9395
update_permalink_per_project = [
9496
# permalink

0 commit comments

Comments
 (0)