Skip to content

Commit 0447b44

Browse files
committed
typon
1 parent 88bb790 commit 0447b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/src/simcore_service_webserver/users/_accounts_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ async def _list_products_or_none(user_id):
226226
# user
227227
user_id=r.user_id,
228228
user_name=r.user_name,
229-
user_primary_group_id=r.primary_group_id,
229+
user_primary_group_id=r.user_primary_group_id,
230230
)
231231
for r in rows
232232
]

0 commit comments

Comments
 (0)