Skip to content

Commit

Permalink
Merge pull request #219 from JetBrains/odb-upgrade
Browse files Browse the repository at this point in the history
Stack overflow fix
  • Loading branch information
andrii0lomakin authored Nov 18, 2024
2 parents 58d3e23 + 70ffe6c commit 9e96a98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ open class OVertexEntity(vertex: OVertex, private val store: OEntityStore) : OEn
vertexRecord.identity.reset()

(vertexRecord as ORecordAbstract).also {
resetToNew()
it.resetToNew()
(it.identity as ORecordId).clusterId = clusterId
}
}
Expand Down

0 comments on commit 9e96a98

Please sign in to comment.