Skip to content

Commit 40f7dbe

Browse files
committed
item missing
1 parent 694524e commit 40f7dbe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
get_product_stripe_info,
55
get_product_ui,
66
list_products,
7+
list_products_names,
78
)
89

910
__all__: tuple[str, ...] = (
@@ -12,6 +13,7 @@
1213
"get_product_stripe_info",
1314
"get_product_ui",
1415
"list_products",
16+
"list_products_names",
1517
)
1618

1719
# nopycln: file

0 commit comments

Comments
 (0)