Skip to content

Commit

Permalink
Code checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed May 28, 2024
1 parent 8cd6f4f commit 62f1950
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/Provider/AbstractProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ protected function callApi(AbstractRequest $request, array $queryData, array $po

return $response->getBody()->getContents();
} catch (Throwable $ex) {

throw new ProviderException("Call API provider failed", 500, $ex);
}
}
Expand Down

0 comments on commit 62f1950

Please sign in to comment.