From 1bf48a5a8ccfadef44b6900584c534aa87383f2e Mon Sep 17 00:00:00 2001 From: yflory Date: Thu, 9 Jan 2020 17:30:53 +0100 Subject: [PATCH] lint compliance --- 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 1d1f26ba3..e39a2f980 100644 --- a/www/common/outer/async-store.js +++ b/www/common/outer/async-store.js @@ -1653,7 +1653,7 @@ define([ }; // Delete a pad received with a burn after reading URL - Store.burnPad = function (clientId, data, cb) { + Store.burnPad = function (clientId, data) { var channel = data.channel; var ownerKey = Crypto.b64AddSlashes(data.ownerKey || ''); if (!channel || !ownerKey) { return void console.error("Can't delete BAR pad"); }