Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell committed Jan 10, 2025
1 parent 3f764b9 commit c068349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/edge_api/identities/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def export_edge_identity_and_overrides( # noqa: C901
)

# We always want to create the FeatureStateValue, but if there is none in the
# dynamo object, we just create a default class with a value of null.
# dynamo object, we just create a default object with a value of null.
featurestate_value = override.get("feature_state_value")
identity_override_export.append(
export_featurestate_value(featurestate_value, featurestate_uuid)
Expand Down

0 comments on commit c068349

Please sign in to comment.