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 {
} }
type Design struct { type Design struct {
Nodes []Node `json:"nodes"` Nodes []Node `json:"nodes"`
Connections []Connection Connections []Connection `json:"connections"`
} }
type Cache struct { type Cache struct {

Loading…
Cancel
Save