Skip to content

Commit 312e3d3

Browse files
committed
WS-3151: Whoops.
1 parent 9a58ca1 commit 312e3d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/rosette/api/Api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ private function postHttp($url, $headers, $data)
531531
public function ping()
532532
{
533533
$url = $this->service_url . 'ping';
534-
return $resultObject = $this->getHttp($url, $this->headers);
534+
return $this->getHttp($url, $this->headers);
535535
}
536536

537537
/**

0 commit comments

Comments
 (0)