From b5c8c211f8bd0931423b8a585190b77444862179 Mon Sep 17 00:00:00 2001 From: shoopea Date: Sun, 21 Jun 2020 13:02:24 +0200 Subject: [PATCH] test --- def.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/def.go b/def.go index 285df6c..0698913 100644 --- a/def.go +++ b/def.go @@ -630,7 +630,7 @@ type JobPayloadGetStash struct { ClientID64 []int64 `json:"clients_id"` ClientCount int64 `json:"client_count"` Stock []ChatWarsItems `json:"stock"` - CleanupMsg []ChatWarsMessage `json:"cleanup_msg"` + CleanupMsgs []ChatWarsMessage `json:"cleanup_msg"` } const (