Skip to content

Commit

Permalink
style: pint
Browse files Browse the repository at this point in the history
  • Loading branch information
dtangdev committed Nov 15, 2023
1 parent 5de1273 commit c5c7482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ExpoNotificationsService.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public function receipts(Collection|array $tokenIds): Collection

if ($responseItem['status'] === ExpoResponseStatus::ERROR->value) {
$responseItemDetails = is_string($responseItem['details']) ? json_decode($responseItem['details']) : $responseItem['details'];

$data
->message($responseItem['message'])
->details($responseItemDetails);
Expand Down

0 comments on commit c5c7482

Please sign in to comment.