@ -1,8 +1,6 @@
package contracts
import (
"fmt"
"github.com/samber/do"
)
@ -27,7 +25,7 @@ type JobBase struct {
}
func (JobBase) Handle(any) error {
return fmt.Errorf("")
return nil
func NewJobBase(container *do.Injector) Job {
The note is not visible to the blocked user.