Skip to content

Commit

Permalink
Update array formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nefeline committed Dec 14, 2023
1 parent 883bf5b commit d1c7034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/woocommerce/src/Blocks/Images/Pexels.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ public function get_images( $ai_connection, $token, $business_description ) {
}

return array(
'images' => $refined_images,
'search_term' => $search_term
'images' => $refined_images,
'search_term' => $search_term,
);
}

Expand Down

0 comments on commit d1c7034

Please sign in to comment.