We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1968d6d commit 41549bfCopy full SHA for 41549bf
1 file changed
stapi-fastapi/src/stapi_fastapi/routers/product_router.py
@@ -100,7 +100,7 @@ def __init__( # noqa
100
self.product = product
101
self.root_provider = root_provider
102
self.conformances_support: ConformancesSupport = root_provider
103
- self.conformances = build_conformances(product, root_provider)
+ self.conformances = build_conformances(product, self.conformances_support)
104
105
self.add_api_route(
106
path="",
0 commit comments