From: Thomas Lamprecht Date: Thu, 22 Oct 2020 10:27:23 +0000 (+0200) Subject: eslint fixup X-Git-Url: https://git.proxmox.com/?p=proxmox-widget-toolkit.git;a=commitdiff_plain;h=31780db0bbfa7e4b8a27a113afdf0b024686e204 eslint fixup Signed-off-by: Thomas Lamprecht --- diff --git a/src/Utils.js b/src/Utils.js index f9a43e3..e0d0d08 100644 --- a/src/Utils.js +++ b/src/Utils.js @@ -712,7 +712,6 @@ utilities: { }, systemd_unescape: function(string_value) { - const charcode_0 = '0'.charCodeAt(0); const charcode_9 = '9'.charCodeAt(0); const charcode_A = 'A'.charCodeAt(0);