Fix removeOwnedChannel

pull/1/head
yflory 2019-08-29 11:29:50 +02:00
parent 7d33e261f8
commit 416e0cde17
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ define([
return void cb({error: 'User drive removal blocked!'});
}
store.rpc.removeOwnedChannel(data, function (err) {
store.rpc.removeOwnedChannel(channel, function (err) {
cb({error:err});
});
};