Fix drive deletion

This commit is contained in:
yflory
2019-08-12 15:38:21 +02:00
parent 20ba9f86ff
commit 3303e9738d
2 changed files with 5 additions and 2 deletions

View File

@@ -773,7 +773,7 @@ define([
waitFor.abort();
return void cb(obj);
}
}), true);
}));
common.unpinPads([oldChannel], waitFor());
common.pinPads([newSecret.channel], waitFor());
}).nThen(function (waitFor) {