Skip to content

Commit

Permalink
fix typo in error
Browse files Browse the repository at this point in the history
  • Loading branch information
naueramant committed Dec 22, 2022
1 parent 1bce146 commit fddafa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schedule.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const redisNamespace = "boomerang"

var (
ErrUnexpectedReturnCode = errors.New("unexpected return code from redis")
ErrUnexpectedReturnCodeType = errors.New("unexpected return code type from redis, expect integer")
ErrUnexpectedReturnCodeType = errors.New("unexpected return code type from redis, expected integer")
ErrTaskAlreadyExists = errors.New("task already exists")
ErrTaskDoesNotExist = errors.New("task does not exist")
ErrTaskDataDoesNotExist = errors.New("task data does not exist")
Expand Down

0 comments on commit fddafa7

Please sign in to comment.