Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
zorancv committed Nov 6, 2024
1 parent d15cea1 commit 7438e4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions graph/src/schema/input/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1489,9 +1489,9 @@ impl InputSchema {

pub fn has_field_with_name(&self, entity_type: &EntityType, field: &str) -> bool {
// TODO: check if it is needed
if field == VID {
return true;
}
// if field == VID {
// return true;
// }
let field = self.inner.pool.lookup(field);

match field {
Expand Down

0 comments on commit 7438e4f

Please sign in to comment.