mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 08:28:42 +00:00
Merge pull request #6148 from appwrite/fix-6126-scheduled-functions
Add required params for scheduled functions
This commit is contained in:
commit
3c649ba56d
1 changed files with 2 additions and 0 deletions
|
|
@ -216,6 +216,8 @@ class Schedule extends Action
|
|||
$functions
|
||||
->setType('schedule')
|
||||
->setFunction($schedule['function'])
|
||||
->setMethod('POST')
|
||||
->setPath('/')
|
||||
->setProject($schedule['project'])
|
||||
->trigger();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue