mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
reset: stuff on target branch [missed].
This commit is contained in:
parent
4fc84bec7d
commit
36bc41a748
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ class ScheduleMessages extends ScheduleBase
|
|||
continue;
|
||||
}
|
||||
|
||||
\go(function () use ($schedule, $scheduledAt, $pools, $dbForPlatform) {
|
||||
\go(function () use ($schedule, $scheduledAt, $dbForPlatform) {
|
||||
$queueForMessaging = new Messaging($this->publisher);
|
||||
|
||||
$this->updateProjectAccess($schedule['project'], $dbForPlatform);
|
||||
|
|
|
|||
Loading…
Reference in a new issue