lint compliance

This commit is contained in:
yflory 2017-10-30 15:13:27 +01:00
parent abc511a56e
commit 907e2cb517
1 changed files with 1 additions and 1 deletions

View File

@ -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,