From 8862e59ebcde99fcc52a4299ea90123296fdde6c Mon Sep 17 00:00:00 2001 From: yflory Date: Fri, 20 Oct 2023 18:21:57 +0200 Subject: [PATCH] lint compliance --- www/common/outer/local-store.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/outer/local-store.js b/www/common/outer/local-store.js index 845a6393a..e24def355 100644 --- a/www/common/outer/local-store.js +++ b/www/common/outer/local-store.js @@ -47,7 +47,7 @@ define([ return hash; }; - var getUserHash = LocalStore.getUserHash = function () { + LocalStore.getUserHash = function () { var hash = localStorage[Constants.userHashKey]; if (['undefined', 'undefined/'].indexOf(hash) !== -1) {