Skip to content

Commit 41549bf

Browse files
author
Phil Varner
committed
change conformances
1 parent 1968d6d commit 41549bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stapi-fastapi/src/stapi_fastapi/routers/product_router.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def __init__( # noqa
100100
self.product = product
101101
self.root_provider = root_provider
102102
self.conformances_support: ConformancesSupport = root_provider
103-
self.conformances = build_conformances(product, root_provider)
103+
self.conformances = build_conformances(product, self.conformances_support)
104104

105105
self.add_api_route(
106106
path="",

0 commit comments

Comments
 (0)