Skip to content

Commit

Permalink
change: role name to role id
Browse files Browse the repository at this point in the history
Signed-off-by: Arvindh <[email protected]>
  • Loading branch information
arvindh123 committed Dec 23, 2024
1 parent aaff6b5 commit 6c8bee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/http/util/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ var (
// ErrEmptyList indicates that entity data is empty.
ErrEmptyList = errors.New("empty list provided")

// ErrMissingRoleName indicates that role name are empty.
// ErrMissingRoleName indicates that role name is empty.
ErrMissingRoleName = errors.New("empty role name")

// ErrMissingRoleID indicates that role name are empty.
// ErrMissingRoleID indicates that role id is empty.
ErrMissingRoleID = errors.New("empty role id")

// ErrMissingRoleOperations indicates that role operations are empty.
Expand Down

0 comments on commit 6c8bee9

Please sign in to comment.