Skip to content
Snippets Groups Projects
Verified Commit d87d138f authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: wrong interval assignment #37

parent 2d8ecced
Branches
Tags
No related merge requests found
...@@ -78,7 +78,7 @@ func (sp *SchedulerPersistence) parseAndAssignFields(aux scheduleImportStruct) e ...@@ -78,7 +78,7 @@ func (sp *SchedulerPersistence) parseAndAssignFields(aux scheduleImportStruct) e
if err != nil { if err != nil {
return err return err
} }
sp.Delay = d sp.Interval = d
} }
if aux.Delay != nil && *aux.Delay != "" { if aux.Delay != nil && *aux.Delay != "" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment