From 4d63c17a5a34c28ba7f7fb79263321466f06a4c8 Mon Sep 17 00:00:00 2001 From: Matthias Kleine Date: Thu, 1 Feb 2024 08:49:06 +0100 Subject: [PATCH] eslint --- lib/proxmox.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/proxmox.js b/lib/proxmox.js index 6719272..7f96684 100644 --- a/lib/proxmox.js +++ b/lib/proxmox.js @@ -324,8 +324,8 @@ class ProxmoxUtils { }); } if (additional == 'storage') { - this.adapter.log.error(`Check ${additional} -- Problem found.. maybe offline `); - } + this.adapter.log.error(`Check ${additional} -- Problem found.. maybe offline `); + } }); }); }