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