Skip to content

Commit

Permalink
Remove unneeded whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
sprain committed Oct 12, 2023
1 parent 8eece4e commit 9bc1669
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ApiClient/Http/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ public function getGeneratedListLink(): ?string
$lastElement = $this->getLastElementOfLocationHeader();

if ($lastElement && str_contains($lastElement, 'batchId')) {

return str_replace(TicketparkApiClient::ROOT_URL, '', $this->getLocationHeaderContent());
}

Expand Down

0 comments on commit 9bc1669

Please sign in to comment.