buildable state of VerticesIterable with wrong type for SubgraphVerticesIterable
This commit is contained in:
parent
259d774539
commit
7bbc8f3c4f
@ -522,6 +522,7 @@ class SubgraphDbAccessor final {
|
||||
|
||||
VerticesIterable Vertices(storage::View view) {
|
||||
// todo antoniofilipovic change to get vertices from subgraph
|
||||
// return VerticesIterable(graph_->vertices);
|
||||
return db_accessor_->Vertices(view);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user