Skip to content

Commit 395a220

Browse files
committed
Add environment_feature_version to FeatureState select released as well
1 parent 40aa459 commit 395a220

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

api/environments/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ def _get_environment_document_from_db(
405405
queryset=FeatureState.objects.select_related(
406406
"feature",
407407
"feature_state_value",
408+
"environment_feature_version",
408409
"identity",
409410
"identity__environment",
410411
).prefetch_related(

0 commit comments

Comments
 (0)