Skip to content

Commit e28cea9

Browse files
committed
fix
1 parent 981f27a commit e28cea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1355,7 +1355,7 @@ async def _open_project() -> bool:
13551355
for uuid in await user_session.find_all_resources_of_user(
13561356
PROJECT_ID_KEY
13571357
)
1358-
if uuid != project_uuid
1358+
if uuid != f"{project_uuid}"
13591359
}
13601360
)
13611361
>= max_number_of_studies_per_user

0 commit comments

Comments
 (0)