Skip to content

Commit

Permalink
Update RestApi.php
Browse files Browse the repository at this point in the history
  • Loading branch information
cmenapace authored Apr 30, 2024
1 parent 9de2ce1 commit 83faa7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/Jira/RestApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -450,8 +450,8 @@ protected function request($method, $url, $body = null)
CURLOPT_SSL_VERIFYHOST => false,
CURLOPT_SSL_VERIFYPEER => false,
);
if($this->proxy) {

if ($this->proxy) {
$opts[CURLOPT_PROXY] = $this->proxy;
}

Expand Down

0 comments on commit 83faa7a

Please sign in to comment.