diff options
Diffstat (limited to 'internal/config')
| -rw-r--r-- | internal/config/v2/v2.go | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
