lint compliance

pull/1/head
yflory 2020-01-09 17:30:53 +01:00
parent 9ee9e46087
commit 1bf48a5a8c
1 changed files with 1 additions and 1 deletions

View File

@ -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"); }