missing comma

This commit is contained in:
yflory 2019-08-13 14:23:29 +02:00
parent 970dcb8b8b
commit 06748dcfb3

View File

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