Skip to content

Commit

Permalink
Update src/query/exist_query.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Masurel <[email protected]>
  • Loading branch information
imotov and fulmicoton authored Aug 29, 2023
1 parent 53a0fca commit 7acdd67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query/exist_query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ impl Query for ExistsQuery {
)));
}
Ok(Box::new(ExistsWeight {
field: self.field.to_string(),
field: self.field.clone(),
field_type: field_type.clone(),
}))
}
Expand Down

0 comments on commit 7acdd67

Please sign in to comment.