Skip to content

Commit

Permalink
Don't omit empty schedulers
Browse files Browse the repository at this point in the history
  • Loading branch information
milica-nerlovic committed May 13, 2019
1 parent 8cd2a9e commit c7e120d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/models/project_v1_alpha.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type ProjectV1Alpha struct {
Repository struct {
Url string `json:"url,omitempty"`
} `json:"repository,omitempty"`
Schedulers []Scheduler `json:"schedulers,omitempty"`
Schedulers []Scheduler `json:"schedulers"`
} `json:"spec,omitempty"`
}

Expand Down

0 comments on commit c7e120d

Please sign in to comment.