lint compliance
parent
9ee9e46087
commit
1bf48a5a8c
|
@ -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"); }
|
||||
|
|
Loading…
Reference in New Issue