Browse Source

fix mission json annotation

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

2
internals/design/design.go

@ -26,7 +26,7 @@ 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