fix: missing provide for gocron
This commit is contained in:
parent
ab3dd648e1
commit
faa7387106
|
@ -26,6 +26,7 @@ type CronServiceParams struct {
|
|||
var Module = fx.Module("cron",
|
||||
fx.Options(
|
||||
fx.Provide(NewCronService),
|
||||
fx.Provide(gocron.NewScheduler),
|
||||
),
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue