Fix connection-removed event data
This commit is contained in:
@@ -346,7 +346,7 @@ export const connections = function(superClass) {
|
||||
if (connection) {
|
||||
this._dispatchChangeEvent({
|
||||
type: 'connection-removed',
|
||||
data: { connectionId }
|
||||
data: connection
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user