Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
Update WatermarkerClient.php
Browse files Browse the repository at this point in the history
  • Loading branch information
joanfabregat committed Dec 10, 2024
1 parent cb94025 commit 16ffac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WatermarkerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ private function getEndpointUri(string $endpoint): string
*
* @return bool Health check response, expected to be "ok".
*/
public function checkServiceHealth(): bool
public function isHealthy(): bool
{
try {
$response = $this->client->sendRequest(
Expand Down

0 comments on commit 16ffac4

Please sign in to comment.