fix compilation

This commit is contained in:
shoopea 2020-06-19 21:31:06 +02:00
parent dd442d57ce
commit 3017ef477b

2
bot.go
View File

@ -1106,7 +1106,7 @@ func botGetStash(m *ChatWarsMessage, r *regexp.Regexp) {
b, _ := json.Marshal(p)
t := time.Now().UTC().Add(1 * time.Second)
_, err = createJob(cacheObjSubType[`job_get_stash`], objJobPriority, userID64, 0, t, b)
_, err := createJob(cacheObjSubType[`job_get_stash`], objJobPriority, userID64, 0, t, b)
if err != nil {
c := TGCommand{