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
Fix edge related code during the parse of the network response.
The code assumed that _id is always present. It is not. Code got adjusted and now handles this situation gracefully.
Removed duplicate data out of closures. Both vertex and edge closures we're affected.
In the vertex case, the _id is already present in the first returned variable.
In the edge case, the _from and _to values are present in the first two variables as well.