From 2c9dc3870fee8061ea251fbb940c02c8004704ad Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Fri, 22 Oct 2021 23:52:23 +0200 Subject: [PATCH] vacdate as string --- utils/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/utils.go b/utils/utils.go index 0972749..d1a1548 100644 --- a/utils/utils.go +++ b/utils/utils.go @@ -135,7 +135,7 @@ type PlayerResponse struct { Name string `json:"name,omitempty"` Avatar string `json:"avatar,omitempty"` VAC bool `json:"vac"` - VACDate int64 `json:"vac_date,omitempty,string"` + VACDate int64 `json:"vac_date,omitempty"` Tracked bool `json:"tracked"` VanityURL string `json:"vanity_url,omitempty"` MatchStats *MatchStats `json:"match_stats,omitempty"`