diff --git a/src/ExpoNotificationsService.php b/src/ExpoNotificationsService.php index f964759..4bc079d 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); - return $this; }