Skip to content

Commit

Permalink
change visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Weakky committed Jul 31, 2023
1 parent 77913b4 commit 8bb5526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query-engine/core/src/query_ast/write.rs
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ pub struct UpdateRecordWithoutSelection {
}

impl UpdateRecordWithoutSelection {
pub fn selected_fields(&self) -> FieldSelection {
pub(crate) fn selected_fields(&self) -> FieldSelection {
self.model.primary_identifier()
}
}
Expand Down

0 comments on commit 8bb5526

Please sign in to comment.