fix compilation
This commit is contained in:
parent
dd442d57ce
commit
3017ef477b
2
bot.go
2
bot.go
@ -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{
|
||||
|
Loading…
Reference in New Issue
Block a user