Remove Explanation field from ConditionResult
This commit is contained in:
parent
6888ced1a7
commit
1f177902e6
@ -92,9 +92,8 @@ func (service *Service) EvaluateConditions() *Result {
|
||||
}
|
||||
|
||||
type ConditionResult struct {
|
||||
Condition *Condition `json:"condition"`
|
||||
Success bool `json:"success"`
|
||||
Explanation string `json:"-"`
|
||||
Condition *Condition `json:"condition"`
|
||||
Success bool `json:"success"`
|
||||
}
|
||||
|
||||
type Condition string
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user