mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Fix missing capture
This commit is contained in:
parent
09152a08e1
commit
33fbab7e3d
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ class ScheduleMessages extends ScheduleBase
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
\go(function () use ($schedule, $pools, $dbForPlatform) {
|
\go(function () use ($schedule, $scheduledAt, $pools, $dbForPlatform) {
|
||||||
$queueForMessaging = new Messaging($this->publisher);
|
$queueForMessaging = new Messaging($this->publisher);
|
||||||
|
|
||||||
$this->updateProjectAccess($schedule['project'], $dbForPlatform);
|
$this->updateProjectAccess($schedule['project'], $dbForPlatform);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue