Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaras-nobl9 committed Oct 14, 2024
1 parent 78d279f commit 5371751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest/v1alpha/slo/slo.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ type ProcessStatus struct {
type TargetSloStatus struct {
// Deprecated: use TargetSloStatus.Replay instead.
TargetTimeTravel ReplayStatus `json:"targetTimeTravel,omitempty"`
Replay ProcessStatus `json:"replay,omitempty,omitempty"`
Replay ProcessStatus `json:"replay,omitempty"`
}

// Deprecated: ReplayStatus exists for historical compatibility
Expand Down

0 comments on commit 5371751

Please sign in to comment.