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 ac4fc88 commit e32b110Copy full SHA for e32b110
workos/user_management.py
@@ -1655,7 +1655,7 @@ def list_feature_flags(
1655
params=list_params,
1656
)
1657
1658
- return WorkOSListResource[FeatureFlag, FeatureFlagListFilters, ListMetadata](
+ return FeatureFlagsListResource(
1659
list_method=self.list_feature_flags,
1660
list_args=list_params,
1661
**ListPage[FeatureFlag](**response).model_dump(),
@@ -2393,7 +2393,7 @@ async def list_feature_flags(
2393
2394
2395
2396
2397
2398
2399
0 commit comments