lint compliance

This commit is contained in:
yflory 2023-10-20 18:21:57 +02:00
parent 33b1376b5c
commit 8862e59ebc
1 changed files with 1 additions and 1 deletions

View File

@ -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) {