mirror of
https://github.com/appwrite/appwrite
synced 2026-05-18 14:38:35 +00:00
Fix missing trigger
This commit is contained in:
parent
ea38a7f869
commit
2e2af32be3
1 changed files with 2 additions and 1 deletions
|
|
@ -70,7 +70,8 @@ class ScheduleExecutions extends ScheduleBase
|
|||
->setHeaders($data['headers'] ?? [])
|
||||
->setBody($data['body'] ?? '')
|
||||
->setProject($schedule['project'])
|
||||
->setUserId($data['userId'] ?? '');
|
||||
->setUserId($data['userId'] ?? '')
|
||||
->trigger();
|
||||
});
|
||||
|
||||
$dbForPlatform->deleteDocument(
|
||||
|
|
|
|||
Loading…
Reference in a new issue