Skip to content

Commit

Permalink
chore: connections to be map for workspace config
Browse files Browse the repository at this point in the history
  • Loading branch information
achettyiitr committed Jan 23, 2024
1 parent 0714f62 commit a63807f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modelv2/workspaceconfigs.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type WorkspaceConfig struct {
Settings *Settings `json:"settings"`
Sources map[string]*Source `json:"sources"`
Destinations map[string]*Destination `json:"destinations"`
Connections []*Connection `json:"connections"`
Connections map[string]*Connection `json:"connections"`
Libraries []*Library `json:"libraries"`
WHTProjects map[string]*WHTProject `json:"whtProjects"`
Accounts map[string]*Account `json:"accounts"`
Expand Down

0 comments on commit a63807f

Please sign in to comment.