Skip to content

Commit

Permalink
! ray
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmitchell committed Jan 27, 2025
1 parent 9ab25df commit aefd744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Typesense/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ private function transformArrayOfValuesForTypeSense(string $schemaType, array $v
{
return json_encode(
collect($values)
->map(fn ($value) => ray($value) && $this->transformValueForTypeSense($schemaType, $value))
->map(fn ($value) => $this->transformValueForTypeSense($schemaType, $value))
->values()
->all()
);
Expand Down

0 comments on commit aefd744

Please sign in to comment.