From b00ce8214479c50e137db73c77b0cc1393c5e7d4 Mon Sep 17 00:00:00 2001 From: Jeroen Wijenbergh Date: Thu, 12 Feb 2026 12:03:54 +0100 Subject: All: Run modernize --test --fix --- internal/config/v2/v2.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/config/v2/v2.go') diff --git a/internal/config/v2/v2.go b/internal/config/v2/v2.go index 7851cb8..056fb73 100644 --- a/internal/config/v2/v2.go +++ b/internal/config/v2/v2.go @@ -18,9 +18,9 @@ type Server struct { Profiles server.Profiles `json:"profiles"` // LastAuthorizeTime is the time we last authorized // This is used for determining when to show e.g. the renew button - LastAuthorizeTime time.Time `json:"last_authorize_time,omitempty"` + LastAuthorizeTime time.Time `json:"last_authorize_time"` // ExpireTime is the time at which the VPN expires - ExpireTime time.Time `json:"expire_time,omitempty"` + ExpireTime time.Time `json:"expire_time"` // CountryCode is the country code for the server in case of secure internet // Otherwise it is an empty string -- cgit v1.2.3