You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The transformer was incorrectly handling undefined values. While Neo4j does not have the concept
of undefined values (instead only using null), the Neo4j driver does sometimes represent an object
with a property that is undefined such as the [Point](https://github.com/neo4j/neo4j-javascript-driver/blob/4.0/types/spatial-types.d.ts#L27)
object.
0 commit comments