Make sonarcloud happier
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
26ac7462fd
commit
d5f4b1bc86
4 changed files with 6 additions and 6 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
if (window.localStorage) {
|
||||
Object.keys(window.localStorage).forEach((key) => {
|
||||
if (key.indexOf("loglevel:") === 0) {
|
||||
if (key.startsWith("loglevel:")) {
|
||||
window.localStorage.removeItem(key);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue