We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 566d24e commit 2be9563Copy full SHA for 2be9563
internal/util/util.go
@@ -31,7 +31,7 @@ const (
31
ErrNotYetInitialized = int32(94)
32
ErrNoReplicationEnabled = int32(76)
33
ErrNotPrimaryOrSecondary = int32(13436)
34
- ErrNotUnauthorized = int32(13)
+ ErrNotUnauthorized = int32(13)
35
)
36
37
// MyState returns the replica set and the instance's state if available.
0 commit comments