Disable incorrect xo complaints

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2023-02-09 22:45:07 +01:00
parent eca24b48ca
commit 290300958f
3 changed files with 4 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
/* exported updateHostInfo, updateCacheInfo */
var hostinfoTimer = null;
// eslint-disable-next-line no-unused-vars
function updateHostInfo() {
$.ajax({
url: "/api/info/host",
@@ -43,6 +44,7 @@ function updateHostInfo() {
}
var cacheinfoTimer = null;
// eslint-disable-next-line no-unused-vars
function updateCacheInfo() {
$.ajax({
url: "/api/info/cache",