missing comma

pull/1/head
yflory 5 years ago
parent 970dcb8b8b
commit 06748dcfb3

@ -588,7 +588,7 @@ define([
}).nThen(function (waitFor) {
// Delete Drive
Store.removeOwnedChannel(clientId, {
channel: secret.channel
channel: secret.channel,
force: true
}, waitFor());
}).nThen(function () {

Loading…
Cancel
Save