From 3f4fcea2230084df74671281e3fe50120bffe5a0 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 28 Dec 2024 20:52:18 -0800 Subject: [PATCH] Change: make region optional for gluetun api response --- src/widgets/gluetun/widget.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/gluetun/widget.js b/src/widgets/gluetun/widget.js index 91c7d1ed..2733cec6 100644 --- a/src/widgets/gluetun/widget.js +++ b/src/widgets/gluetun/widget.js @@ -7,7 +7,7 @@ const widget = { mappings: { ip: { endpoint: "publicip/ip", - validate: ["public_ip", "region", "country"], + validate: ["public_ip", "country"], }, }, };