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 d1db5cd commit 0bc95a4Copy full SHA for 0bc95a4
services/web/server/src/simcore_service_webserver/products/_web_events.py
@@ -23,7 +23,7 @@ async def _auto_create_products_groups(app: web.Application) -> None:
23
NOTE: could not add this in 'setup_groups' (groups plugin)
24
since it has to be executed BEFORE 'load_products_on_startup'
25
"""
26
- product_groups_map = _service.auto_create_products_groups(app)
+ product_groups_map = await _service.auto_create_products_groups(app)
27
_logger.debug("Products group IDs: %s", pformat(product_groups_map))
28
29
0 commit comments