File tree 2 files changed +2
-2
lines changed
src/main/kotlin/com/featurevisor/sdk 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -475,7 +475,7 @@ fun FeaturevisorInstance.evaluateVariable(
475
475
476
476
// initial
477
477
if (! statuses.ready && initialFeatures?.get(featureKey)?.variables?.get(variableKey) != null ) {
478
- val variableValue = initialFeatures?.get( featureKey) ?.variables?.get(variableKey)
478
+ val variableValue = initialFeatures[ featureKey] ?.variables?.get(variableKey)
479
479
evaluation = Evaluation (
480
480
featureKey = featureKey,
481
481
reason = INITIAL ,
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ inline fun <reified T : Any> FeaturevisorInstance.getVariableObject(
84
84
}
85
85
}
86
86
87
- inline fun <reified T : Any > FeaturevisorInstance.getVariableJSON (
87
+ inline fun <reified T > FeaturevisorInstance.getVariableJSON (
88
88
featureKey : FeatureKey ,
89
89
variableKey : VariableKey ,
90
90
context : Context ,
You can’t perform that action at this time.
0 commit comments