buildable state of VerticesIterable with wrong type for SubgraphVerticesIterable

This commit is contained in:
antoniofilipovic 2022-08-11 14:41:08 +02:00
parent 259d774539
commit 7bbc8f3c4f

View File

@ -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);
}