mirror of https://github.com/xwiki-labs/cryptpad
lint compliance
This commit is contained in:
parent
abc511a56e
commit
907e2cb517
|
@ -39,7 +39,7 @@ define([
|
|||
var getSecrets = function (Cryptpad) {
|
||||
var proxy = Cryptpad.getProxy();
|
||||
var hash = proxy.todo || Cryptpad.createRandomHash();
|
||||
return Cryptpad.getSecrets('todo', hash)
|
||||
return Cryptpad.getSecrets('todo', hash);
|
||||
};
|
||||
SFCommonO.start({
|
||||
getSecrets: getSecrets,
|
||||
|
|
Loading…
Reference in New Issue