Skip to content

Commit 8e12678

Browse files
committed
fix
1 parent dcef4b4 commit 8e12678

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

+1-1
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)