File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
services/web/server/src/simcore_service_webserver/projects Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -82,27 +82,6 @@ async def _aggregate_data_to_projects_from_other_sources(
8282 return updated_projects
8383
8484
85- async def _update_and_get_project_dict (
86- request : web .Request ,
87- * ,
88- user_id : UserID ,
89- project : ProjectDict ,
90- is_template : bool ,
91- ) -> ProjectDict :
92- # state
93- await projects_service .add_project_states_for_user (
94- user_id = user_id ,
95- project = project ,
96- is_template = is_template ,
97- app = request .app ,
98- )
99-
100- # permalink
101- await update_or_pop_permalink_in_project (request , project )
102-
103- return project
104-
105-
10685async def list_projects ( # pylint: disable=too-many-arguments
10786 app : web .Application ,
10887 user_id : UserID ,
You can’t perform that action at this time.
0 commit comments