Skip to content

Commit

Permalink
refactor: removes obsolete line
Browse files Browse the repository at this point in the history
  • Loading branch information
joemugen committed Feb 16, 2024
1 parent 1e967f2 commit bf9760b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ExpoNotificationsService.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ private function prepareNotificationsToSendNow(): ExpoNotificationsService
// Splits into multiples chunks of max limitation
$this->notificationChunks = $this->notificationsToSend->chunk(self::PUSH_NOTIFICATIONS_PER_REQUEST_LIMIT);

$this->checkAndStoreTickets($this->notificationsToSend->pluck('to')->flatten());

return $this;
}
Expand Down

0 comments on commit bf9760b

Please sign in to comment.