Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
Make verifier active modes nullable to prevent JSON parsing error
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Wong committed Dec 14, 2021
1 parent fa7ae7b commit 060ee31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ data class RuleSet(
@JsonClass(generateAdapter = true)
data class ModeRules(
val activeModes: List<ActiveModes>,
val verifierActiveModes: List<ActiveModes>,
val verifierActiveModes: List<ActiveModes>?,
@RawJsonString
val logic: String,
)
Expand Down

0 comments on commit 060ee31

Please sign in to comment.