missing comma

pull/1/head
yflory 2019-08-13 14:23:29 +02:00
parent 970dcb8b8b
commit 06748dcfb3
1 changed files with 1 additions and 1 deletions

View File

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