fix
This commit is contained in:
parent
65e2cc4175
commit
33c3f44666
2
bot.go
2
bot.go
@ -1129,7 +1129,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{
|
||||
|
Loading…
Reference in New Issue
Block a user