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
Fixed wrong accessor in GraphEdgeCollectin.edge (#501)
the method returned undefined because result
of the edge operation does not returned graph.
Istead it returned edge.
changed from res.body.graph to res.body.edge
0 commit comments