mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Merge pull request #6148 from appwrite/fix-6126-scheduled-functions
Add required params for scheduled functions
This commit is contained in:
@@ -216,6 +216,8 @@ class Schedule extends Action
|
||||
$functions
|
||||
->setType('schedule')
|
||||
->setFunction($schedule['function'])
|
||||
->setMethod('POST')
|
||||
->setPath('/')
|
||||
->setProject($schedule['project'])
|
||||
->trigger();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user