Skip to content

Commit

Permalink
Remove call to non existing method
Browse files Browse the repository at this point in the history
  • Loading branch information
Justas Vitaitis committed Nov 4, 2019
1 parent 550d9c7 commit 2944f52
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/KycApiClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ public function startSession(StartSessionRequest $startSessionRequest): StartSes

return $startSessionMapper->mapToEntity(json_decode($response->getBody()->getContents(), true));
} catch (ClientException $exception) {
$this->handleClientException($exception);

throw $exception;
}
}
Expand Down

0 comments on commit 2944f52

Please sign in to comment.