Skip to content

Commit

Permalink
fixing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mogmarsh committed May 2, 2024
1 parent 45e363c commit 324db72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/class-service.php
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ protected function get_response( WP_REST_Request $request, string $url, array $a
// Get the response body.
$data = wp_remote_retrieve_body( $response );

// Check if decode was successful.
// Check if body retrieval was successful.
if ( null === $data ) {
return new WP_REST_Response(
[
Expand Down

0 comments on commit 324db72

Please sign in to comment.