Browse Source

fix mission json annotation

pull/1/head
Stephanie Gredell 7 months ago
parent
commit
b1aab5e55d
  1. 4
      internals/design/design.go

4
internals/design/design.go

@ -25,8 +25,8 @@ type Connection struct { @@ -25,8 +25,8 @@ type Connection struct {
}
type Design struct {
Nodes []Node `json:"nodes"`
Connections []Connection
Nodes []Node `json:"nodes"`
Connections []Connection `json:"connections"`
}
type Cache struct {

Loading…
Cancel
Save