Skip to content

Commit 955db60

Browse files
Huzaif Mushtaq MirHuzaif Mushtaq Mir
authored andcommitted
feat: add baseValue to fe
1 parent e239cac commit 955db60

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)