Skip to content

Commit

Permalink
Update Instance+Activation.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
hsinha610 authored Jul 30, 2024
1 parent 0e98451 commit 9ac0175
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fun FeaturevisorInstance.activate(featureKey: FeatureKey, context: Context = emp
val attributesForCapturing = datafileReader.getAllAttributes()
.filter { it.value.capture == true }

attributesForCapturing.forEach { attribute ->
attributesForCapturing.forEach { (_, attribute) ->
finalContext[attribute.key]?.let {
captureContext[attribute.key] = it
}
Expand Down

0 comments on commit 9ac0175

Please sign in to comment.