From 4e98db256d99eb5516a2ffbca507bc67d20983a9 Mon Sep 17 00:00:00 2001 From: Christopher Bisset Date: Mon, 30 Jan 2023 12:14:02 +1100 Subject: [PATCH] comment fixup --- src/lib/devices/DeviceCard/DeviceRoutesAPI.svelte | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/devices/DeviceCard/DeviceRoutesAPI.svelte b/src/lib/devices/DeviceCard/DeviceRoutesAPI.svelte index fe41519..f43d34c 100644 --- a/src/lib/devices/DeviceCard/DeviceRoutesAPI.svelte +++ b/src/lib/devices/DeviceCard/DeviceRoutesAPI.svelte @@ -46,7 +46,6 @@ let headscaleAPIKey = localStorage.getItem('headscaleAPIKey') || ''; let endpointURL = ''; - // change reply based on what API we are using. If the routeID is 0, it's the legacy API routeList.forEach((route) => { if (route.id == routeID) { endpointURL = `/api/v1/routes/${routeID}/`;