From c0598c582740d103751b8b65854ff57311708143 Mon Sep 17 00:00:00 2001 From: Luca Krawczyk Date: Tue, 16 Jul 2024 22:41:25 +0200 Subject: [PATCH] fuck eslint --- backend/internal/PiHoleDNSPlugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/internal/PiHoleDNSPlugin.js b/backend/internal/PiHoleDNSPlugin.js index fb3b95c1..833146c9 100644 --- a/backend/internal/PiHoleDNSPlugin.js +++ b/backend/internal/PiHoleDNSPlugin.js @@ -8,7 +8,7 @@ const PIHOLE_LOGIN_URL = 'http://'+process.env.PIHOLE_IP+'/admin/index.php' const PIHOLE_CUSTOMDNS_URL = 'http://'+process.env.PIHOLE_IP+'/admin/scripts/pi-hole/php/customdns.php'; // Function to update Pi-hole with domain and IP -async function updatePihole(domain, ip,action) { +async function updatePihole(domain, ip, action) { // Check if the Pi-hole plugin is enabled if (!PIHOLE_PLUGIN_ENABLED) { return;