Skip to content

Commit

Permalink
fixup! Config: Version Management
Browse files Browse the repository at this point in the history
  • Loading branch information
gbjk committed Nov 20, 2024
1 parent 1b498f3 commit d6f3eb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/versions/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import (
)

var (
errRegisteringVersion = errors.New("error registering config version")
errMissingVersion = errors.New("missing version")
errVersionIncompatible = errors.New("version does not implement ConfigVersion or ExchangeVersion")
errModifyingExchange = errors.New("error modifying exchange config")
Expand Down

0 comments on commit d6f3eb2

Please sign in to comment.