Skip to content

Commit

Permalink
Fixed coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
plotkabytes committed May 5, 2023
1 parent ec2a4d0 commit 60197d4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ protected function doSend(MessageInterface $message): SentMessage
$content = $response->toArray(false);

if (200 !== $statusCode) {

$requestUniqueIdentifier = $content['meta']['uniqId'] ?? '';

$errorMessage = $content['errors'][0]['message'] ?? '';
Expand Down

0 comments on commit 60197d4

Please sign in to comment.