Skip to content

Commit

Permalink
chore: revert changing error code (#2352)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0af2686)
  • Loading branch information
charleenfei authored and mergify[bot] committed Sep 23, 2022
1 parent ffb7f8b commit de3800c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ import (

// ICA Controller sentinel errors
var (
ErrControllerSubModuleDisabled = sdkerrors.Register(SubModuleName, 1, "controller submodule is disabled")
ErrControllerSubModuleDisabled = sdkerrors.Register(SubModuleName, 2, "controller submodule is disabled")
)

0 comments on commit de3800c

Please sign in to comment.