Skip to content

Commit

Permalink
Unwrap OVertexEntityIterable
Browse files Browse the repository at this point in the history
  • Loading branch information
leostryuk committed Nov 5, 2024
1 parent a23450e commit 33da92c
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 33da92c

Please sign in to comment.