Fix missing capture

This commit is contained in:
Jake Barnby 2025-05-14 21:28:59 +12:00
parent 09152a08e1
commit 33fbab7e3d
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -40,7 +40,7 @@ class ScheduleMessages extends ScheduleBase
continue;
}
\go(function () use ($schedule, $pools, $dbForPlatform) {
\go(function () use ($schedule, $scheduledAt, $pools, $dbForPlatform) {
$queueForMessaging = new Messaging($this->publisher);
$this->updateProjectAccess($schedule['project'], $dbForPlatform);