Skip to content

Commit

Permalink
environment in assertion is required
Browse files Browse the repository at this point in the history
  • Loading branch information
fahad19 committed Oct 2, 2023
1 parent 96cbd81 commit b4cbf88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/com/featurevisor/types/Types.kt
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ data class ParsedFeature(
*/
data class FeatureAssertion(
val description: String?,
val environment: EnvironmentKey?,
val environment: EnvironmentKey,
// bucket weight: 0 to 100
val at: Weight,
val context: Context,
Expand Down

0 comments on commit b4cbf88

Please sign in to comment.