Skip to content

Commit 1c573d1

Browse files
authored
Fix JSON key for annotations in workflow version data (#129)
1 parent 749acb2 commit 1c573d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/trickest/workflow.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ type WorkflowVersionData struct {
5959
Nodes map[string]*Node `json:"nodes"`
6060
Connections []Connection `json:"connections"`
6161
PrimitiveNodes map[string]*PrimitiveNode `json:"primitiveNodes"`
62-
Annotations map[string]*Annotation `json:"annotation,omitempty"`
62+
Annotations map[string]*Annotation `json:"annotations,omitempty"`
6363
}
6464

6565
// Node represents a workflow node

0 commit comments

Comments
 (0)