We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e21fc7 commit 4f2e55dCopy full SHA for 4f2e55d
services/web/server/src/simcore_service_webserver/users/_users_repository.py
@@ -325,6 +325,9 @@ async def get_user_products(
325
*,
326
user_id: UserID,
327
) -> list[Row]:
328
+ """Returns the products the user is part of, i.e.
329
+ the user is registered and assigned to the product's group
330
+ """
331
async with pass_or_acquire_connection(engine, connection) as conn:
332
product_name_subq = (
333
sa.select(
0 commit comments