Skip to content

Commit

Permalink
Merge branch 'graph-store' into odb-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii0lomakin authored Nov 18, 2024
2 parents fa1b93c + 58d3e23 commit 70ffe6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class OVertexEntityIterable(

override fun asSortResult() = this

override fun unwrap() = this
override fun unwrap() = asQueryIterable()

override fun findLinks(entities: EntityIterable, linkName: String): EntityIterable {
return asQueryIterable().findLinks(entities, linkName)
Expand Down

0 comments on commit 70ffe6c

Please sign in to comment.