fix: remove debug/typo
This commit is contained in:
parent
89e81617d5
commit
8b92abd1c2
|
@ -58,7 +58,7 @@ func (s *Signature) ValidateInput(handlerType reflect.Type) error {
|
||||||
firstArgType := handlerType.In(0)
|
firstArgType := handlerType.In(0)
|
||||||
|
|
||||||
if !firstArgType.Implements(ctxType) {
|
if !firstArgType.Implements(ctxType) {
|
||||||
return fmt.Errorf("fock")
|
return ErrMissingHandlerContextArgument
|
||||||
}
|
}
|
||||||
|
|
||||||
// no input required
|
// no input required
|
||||||
|
|
Loading…
Reference in New Issue