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 874c65f commit b8357f5Copy full SHA for b8357f5
src/main/kotlin/com/statsig/sdk/Evaluator.kt
@@ -243,7 +243,7 @@ internal class Evaluator(
243
private fun evaluateConfig(user: StatsigUser, config: APIConfig?, endResult: ConfigEvaluation) {
244
if (config == null) {
245
endResult.booleanValue = false
246
- endResult.secondaryExposures = arrayListOf()
+ endResult.ruleID = Const.EMPTY_STR
247
endResult.evaluationDetails = createEvaluationDetails(EvaluationReason.UNRECOGNIZED)
248
return
249
}
0 commit comments