mirror of
https://github.com/usual2970/certimate.git
synced 2025-07-22 02:47:59 +00:00
fix: different cronexpr rules between ui and pocketbase
This commit is contained in:
@@ -6,6 +6,6 @@ type workflowService interface {
|
||||
InitSchedule(ctx context.Context) error
|
||||
}
|
||||
|
||||
func NewWorkflowScheduler(service workflowService) error {
|
||||
func InitWorkflowScheduler(service workflowService) error {
|
||||
return service.InitSchedule(context.Background())
|
||||
}
|
||||
|
Reference in New Issue
Block a user