Skip to content

Commit d1db5cd

Browse files
committed
cleanup
1 parent fec3f90 commit d1db5cd

File tree

1 file changed

+1
-0
lines changed
  • services/web/server/src/simcore_service_webserver/products

1 file changed

+1
-0
lines changed

services/web/server/src/simcore_service_webserver/products/_web_events.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ async def _load_products_on_startup(app: web.Application):
5050
default_product_name = await _service.get_default_product_name(app)
5151

5252
_set_app_state(app, app_products, default_product_name)
53+
assert APP_PRODUCTS_KEY in app # nosec
5354

5455
_logger.debug("Product loaded: %s", list(app_products))
5556

0 commit comments

Comments
 (0)