Skip to content

Commit

Permalink
WIP - fix lint 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dudi Dolev committed Jan 20, 2025
1 parent 566d24e commit 2be9563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/util/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const (
ErrNotYetInitialized = int32(94)
ErrNoReplicationEnabled = int32(76)
ErrNotPrimaryOrSecondary = int32(13436)
ErrNotUnauthorized = int32(13)
ErrNotUnauthorized = int32(13)
)

// MyState returns the replica set and the instance's state if available.
Expand Down

0 comments on commit 2be9563

Please sign in to comment.