Skip to content

Commit

Permalink
Update and rename ApiPresenter to ApiPresenter.php
Browse files Browse the repository at this point in the history
  • Loading branch information
peldax authored Mar 16, 2024
1 parent 24034de commit de66af2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ApiPresenter → src/ApiPresenter.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ private function createPreflightResponse() : TextResponse

private function createApiResponse() : TextResponse
{
$this->sessionTracker->track();

return new TextResponse(
$this->graphpinator->run(new \Graphpinator\Nette\NetteRequestFactory($this->request, false))->toString(),
);
Expand Down

0 comments on commit de66af2

Please sign in to comment.