Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Mar 9, 2024
1 parent c9e1fc1 commit 62d234b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/SendoutsService.php
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,7 @@ private function _getPendingRecipientsStandard(SendoutElement $sendout, int $lim
*/
private function _getPendingRecipientsAutomated(SendoutElement $sendout, int $limit = null): array
{
// We can only apply the limit after we have the filtered the recipients.
$recipients = $this->_getPendingRecipientsStandard($sendout);

/** @var AutomatedScheduleModel $schedule */
Expand Down

0 comments on commit 62d234b

Please sign in to comment.