Closed adrianlzt closed 2 years ago
UpdateMetadata was always sending a NodeUpdated event, even when the updated object was an edge.
That was causing a panic in EventHandler.notifyListeners: interface conversion: interface {} is graph.Edge, not graph.Node
UpdateMetadata was always sending a NodeUpdated event, even when the updated object was an edge.
That was causing a panic in EventHandler.notifyListeners: interface conversion: interface {} is graph.Edge, not graph.Node