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.
2 parents 11a251a + 7c1effa commit fcc5ef8Copy full SHA for fcc5ef8
internal/commands/predicates.go
@@ -219,7 +219,7 @@ type predicateView struct {
219
SimilarityID string `format:"name:Similarity ID"`
220
Severity string
221
State string
222
- StateID string
+ StateID int
223
Comment string
224
CreatedBy string
225
CreatedAt time.Time `format:"name:Created at;time:01-02-06 15:04:05"`
internal/wrappers/predicates.go
@@ -10,7 +10,7 @@ type BasePredicate struct {
10
State string `json:"state"`
11
Severity string `json:"severity"`
12
Comment string `json:"comment"`
13
- StateID string `json:"StateId"`
+ StateID int `json:"stateId"`
14
}
15
16
type PredicateRequest struct {
0 commit comments