mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-07-28 00:54:06 +00:00
enhancement(lint): Fix lint errors for lib/jsscripts/index.ts
Co-authored-by: NeonGamerBot-QK <neon@saahild.com> Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
parent
33631c6f62
commit
bb7caeafff
1 changed files with 2 additions and 3 deletions
|
@ -13,11 +13,10 @@ if (process.client) {
|
||||||
semi_perm_id: localStorage.getItem("semi_perm_id")
|
semi_perm_id: localStorage.getItem("semi_perm_id")
|
||||||
? localStorage.getItem("semi_perm_id")
|
? localStorage.getItem("semi_perm_id")
|
||||||
: (localStorage.semi_perm_id =
|
: (localStorage.semi_perm_id =
|
||||||
Math.random().toString(36).substring(2, 15) +
|
Math.random().toString(36).substring(2, 15) +
|
||||||
Math.random().toString(36).substring(2, 15)),
|
Math.random().toString(36).substring(2, 15)),
|
||||||
temp_id: Date.now() + Math.random().toString(36).substring(2, 15),
|
temp_id: Date.now() + Math.random().toString(36).substring(2, 15),
|
||||||
user_agent: navigator.userAgent,
|
user_agent: navigator.userAgent,
|
||||||
});
|
});
|
||||||
// });
|
// });
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue