Skip to content

Commit

Permalink
Changed 'Disabled' const
Browse files Browse the repository at this point in the history
  • Loading branch information
noname0443 committed Oct 6, 2023
1 parent 5bb7474 commit b24907c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/util/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ package util
type ExternalReplicationType string

const (
Disabled ExternalReplicationType = ""
Disabled ExternalReplicationType = "off"
MyExternalReplication ExternalReplicationType = "external"
)

0 comments on commit b24907c

Please sign in to comment.