mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
Remove extra space in json tags
This commit is contained in:
@@ -132,7 +132,7 @@ func (task *ConcordTask) Run(ctx context.Context) (bool, error) {
|
||||
}
|
||||
|
||||
type concordProcess struct {
|
||||
InstanceID string `json:"instanceId, omitempty"`
|
||||
InstanceID string `json:"instanceId,omitempty"`
|
||||
ParentInstanceID string `json:"parentInstanceID,omitempty"`
|
||||
ProjectName string `json:"projectName,omitempty"`
|
||||
CreatedAt string `json:"createdAt,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user