Skip to content

Commit b2092d7

Browse files
authored
Merge pull request #37 from cryptlex/huzaif/fe-base-value
feat: add baseValue to fe
2 parents e239cac + 955db60 commit b2092d7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cryptlex/lexfloatclient/lexfloatclient.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ def __init__(self, host_feature_entitlement_dict):
4949
self.feature_name = host_feature_entitlement_dict.get("featureName")
5050
self.feature_display_name = host_feature_entitlement_dict.get("featureDisplayName")
5151
self.value = host_feature_entitlement_dict.get("value")
52+
self.base_value = host_feature_entitlement_dict.get("baseValue")
5253
self.expires_at = host_feature_entitlement_dict.get("expiresAt")
5354

5455

0 commit comments

Comments
 (0)