Skip to content

Commit 4c23e76

Browse files
committed
sonar
1 parent a521b55 commit 4c23e76

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
@@ -294,7 +294,7 @@ async def get_project_for_user(
294294
)
295295
workspace_is_private = user_project_access.workspace_id is None
296296

297-
project, project_type = await db.get_project_dict_and_type(
297+
project, _project_type = await db.get_project_dict_and_type(
298298
project_uuid,
299299
)
300300

0 commit comments

Comments
 (0)