lint compliance

pull/1/head
yflory 7 years ago
parent abc511a56e
commit 907e2cb517

@ -39,7 +39,7 @@ define([
var getSecrets = function (Cryptpad) { var getSecrets = function (Cryptpad) {
var proxy = Cryptpad.getProxy(); var proxy = Cryptpad.getProxy();
var hash = proxy.todo || Cryptpad.createRandomHash(); var hash = proxy.todo || Cryptpad.createRandomHash();
return Cryptpad.getSecrets('todo', hash) return Cryptpad.getSecrets('todo', hash);
}; };
SFCommonO.start({ SFCommonO.start({
getSecrets: getSecrets, getSecrets: getSecrets,

Loading…
Cancel
Save