Merge branch 'master' of github.com:xwiki-labs/cryptpad

pull/1/head
ansuz 2019-08-29 11:31:45 +02:00
commit 69d48146d5
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});
});
};