Skip to content

Commit

Permalink
Removed the linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Dec 20, 2023
1 parent fceeb5f commit 9b10ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion replication_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ type ProtectionPolicyCreate struct {
// failover params create failover request
type FailoverParams struct {
// For DR failover.
IsPlanned bool `json:"is_planned, omitempty"`
IsPlanned bool `json:"is_planned,omitempty"`
// Reverse replication direction
Reverse bool `json:"reverse,omitempty"`
// Force for DR
Expand Down

0 comments on commit 9b10ade

Please sign in to comment.