Skip to content

Commit aefd744

Browse files
committed
! ray
1 parent 9ab25df commit aefd744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Typesense/Query.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ private function transformArrayOfValuesForTypeSense(string $schemaType, array $v
8181
{
8282
return json_encode(
8383
collect($values)
84-
->map(fn ($value) => ray($value) && $this->transformValueForTypeSense($schemaType, $value))
84+
->map(fn ($value) => $this->transformValueForTypeSense($schemaType, $value))
8585
->values()
8686
->all()
8787
);

0 commit comments

Comments
 (0)