This commit is contained in:
shoopea 2020-06-16 17:29:47 +02:00
parent fd30226c94
commit 9e9d49af6d

View File

@ -178,6 +178,7 @@ func cronAutoDeposit() {
b, _ := json.Marshal(p)
t := time.Now().UTC()
_, err := createJob(cacheObjSubType[`job_gdeposit`], objJobPriority, int64(c.TGUserID64), 0, t, b)
logOnError(err, "cronAutoDeposit : createJob")
}
}
muxClients.RUnlock()