Skip to content

Commit

Permalink
Fix another lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
wpalani committed May 31, 2024
1 parent cef4f38 commit 47600c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/MarketplaceApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ public static function product_page_callback( \WP_REST_Request $request ) {
);

if (
! is_wp_error( $response )
! is_wp_error( $response )
&& 200 === wp_remote_retrieve_response_code( $response )
) {
$body = wp_remote_retrieve_body( $response );
Expand Down

0 comments on commit 47600c4

Please sign in to comment.