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 534a122 commit cf852c2Copy full SHA for cf852c2
flagsmith/mappers.py
@@ -243,7 +243,6 @@ def _map_environment_document_feature_states_to_feature_contexts(
243
key=str(
244
feature_state.get("django_id") or feature_state["featurestate_uuid"]
245
),
246
- feature_key=str(feature_state["feature"]["id"]),
247
name=feature_state["feature"]["name"],
248
enabled=feature_state["enabled"],
249
value=feature_state["feature_state_value"],
0 commit comments