From 907e2cb517112dc9d86e32e9da8d8a270f6fb424 Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 30 Oct 2017 15:13:27 +0100 Subject: [PATCH] lint compliance --- www/todo/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/todo/main.js b/www/todo/main.js index 88aa4ece1..4bffdf582 100644 --- a/www/todo/main.js +++ b/www/todo/main.js @@ -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,