This commit is contained in:
shoopea 2020-06-21 13:02:24 +02:00
parent d66fe5482b
commit b5c8c211f8

2
def.go
View File

@ -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 (