Add schedule edit support
This commit is contained in:
parent
f42bc8a031
commit
d4d9eda57a
5 changed files with 128 additions and 5 deletions
|
@ -63,7 +63,7 @@ class TaskCreationService
|
|||
'action' => $data['action'],
|
||||
'payload' => $data['payload'],
|
||||
'time_offset' => $delay,
|
||||
]);
|
||||
], false);
|
||||
|
||||
return $task;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue