From 06748dcfb3bdeb45fae6c5c02222b5227d3a211c Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 13 Aug 2019 14:23:29 +0200 Subject: [PATCH] missing comma --- www/common/outer/async-store.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/outer/async-store.js b/www/common/outer/async-store.js index a2e28f63b..8564189fd 100644 --- a/www/common/outer/async-store.js +++ b/www/common/outer/async-store.js @@ -588,7 +588,7 @@ define([ }).nThen(function (waitFor) { // Delete Drive Store.removeOwnedChannel(clientId, { - channel: secret.channel + channel: secret.channel, force: true }, waitFor()); }).nThen(function () {