Skip to content

Commit

Permalink
remove accidental pub
Browse files Browse the repository at this point in the history
  • Loading branch information
aqrln committed Feb 17, 2024
1 parent 9dfd91a commit 3faeed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query-engine/query-structure/src/record.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ impl Record {
self.extract_selection_result(field_names, extraction_selection, SelectedField::prisma_name)
}

pub fn extract_selection_result<'a, S: AsRef<str> + 'a>(
fn extract_selection_result<'a, S: AsRef<str> + 'a>(
&self,
field_names: &[String],
extraction_selection: &'a FieldSelection,
Expand Down

0 comments on commit 3faeed7

Please sign in to comment.