Fix drive deletion
This commit is contained in:
@@ -773,7 +773,7 @@ define([
|
|||||||
waitFor.abort();
|
waitFor.abort();
|
||||||
return void cb(obj);
|
return void cb(obj);
|
||||||
}
|
}
|
||||||
}), true);
|
}));
|
||||||
common.unpinPads([oldChannel], waitFor());
|
common.unpinPads([oldChannel], waitFor());
|
||||||
common.pinPads([newSecret.channel], waitFor());
|
common.pinPads([newSecret.channel], waitFor());
|
||||||
}).nThen(function (waitFor) {
|
}).nThen(function (waitFor) {
|
||||||
|
|||||||
@@ -587,7 +587,10 @@ define([
|
|||||||
}));
|
}));
|
||||||
}).nThen(function (waitFor) {
|
}).nThen(function (waitFor) {
|
||||||
// Delete Drive
|
// Delete Drive
|
||||||
Store.removeOwnedChannel(clientId, secret.channel, waitFor());
|
Store.removeOwnedChannel(clientId, {
|
||||||
|
channel: secret.channel
|
||||||
|
force: true
|
||||||
|
}, waitFor());
|
||||||
}).nThen(function () {
|
}).nThen(function () {
|
||||||
store.network.disconnect();
|
store.network.disconnect();
|
||||||
cb({
|
cb({
|
||||||
|
|||||||
Reference in New Issue
Block a user