Skip to content

Commit 7438e4f

Browse files
author
Zoran Cvetkov
committed
cleanup
1 parent d15cea1 commit 7438e4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

graph/src/schema/input/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1489,9 +1489,9 @@ impl InputSchema {
14891489

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

14971497
match field {

0 commit comments

Comments
 (0)