Skip to content

Commit a53eabf

Browse files
committed
sonar
1 parent bb3d6e1 commit a53eabf

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
@@ -258,7 +258,7 @@ async def get_project_for_user(
258258
)
259259
workspace_is_private = user_project_access.workspace_id is None
260260

261-
project, project_type = await db.get_project_dict_and_type(
261+
project, _project_type = await db.get_project_dict_and_type(
262262
project_uuid,
263263
)
264264

0 commit comments

Comments
 (0)