Skip to content

Commit

Permalink
chore: applies lint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
joemugen committed Feb 16, 2024
1 parent bf9760b commit ec45977
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);


return $this;
}

Expand Down

0 comments on commit ec45977

Please sign in to comment.