From 4f27ffbe2d32e8dc1ccde87b7612984c67d3f323 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 28 Dec 2024 20:53:43 -0800 Subject: [PATCH] Change: make region optional for gluetun api response (#4512) --- 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"], }, }, };