From bf9760b2ed2cc46b6889a0b14bd5d18820446b78 Mon Sep 17 00:00:00 2001 From: Joe FRANCOIS Date: Fri, 16 Feb 2024 12:29:58 +0100 Subject: [PATCH] refactor: removes obsolete line --- src/ExpoNotificationsService.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ExpoNotificationsService.php b/src/ExpoNotificationsService.php index fa3ae41..f964759 100644 --- a/src/ExpoNotificationsService.php +++ b/src/ExpoNotificationsService.php @@ -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; }