mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-23 13:45:33 +02:00
Linting fix
This commit is contained in:
parent
917608c680
commit
02180c5c23
@ -227,7 +227,9 @@ export default {
|
|||||||
};
|
};
|
||||||
if (newItem.tags) newItem.tags = strToTags(newItem.tags);
|
if (newItem.tags) newItem.tags = strToTags(newItem.tags);
|
||||||
if (newItem.statusCheck) newItem.statusCheck = strToBool(newItem.statusCheck);
|
if (newItem.statusCheck) newItem.statusCheck = strToBool(newItem.statusCheck);
|
||||||
if (newItem.statusCheckAllowInsecure) newItem.statusCheckAllowInsecure = strToBool(newItem.statusCheckAllowInsecure);
|
if (newItem.statusCheckAllowInsecure) {
|
||||||
|
newItem.statusCheckAllowInsecure = strToBool(newItem.statusCheckAllowInsecure);
|
||||||
|
}
|
||||||
// if (newItem.hotkey) newItem.hotkey = parseInt(newItem.hotkey, 10);
|
// if (newItem.hotkey) newItem.hotkey = parseInt(newItem.hotkey, 10);
|
||||||
return newItem;
|
return newItem;
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user