Skip to content

Commit d5dfcff

Browse files
remove comment
1 parent 3948eb6 commit d5dfcff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/src/simcore_service_webserver/groups/_groups_repository.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ async def list_all_users_in_group(
552552
query = (
553553
sa.select(
554554
users.c.id,
555-
users.c.name, # Using public username without privacy checks
555+
users.c.name,
556556
users.c.primary_gid,
557557
user_to_groups.c.access_rights,
558558
)

0 commit comments

Comments
 (0)