fix
This commit is contained in:
parent
bfbe9cecc6
commit
fbaa4b2903
2
bot.go
2
bot.go
@ -737,7 +737,7 @@ func botVault(m *tb.Message, itemTypeList []int64) {
|
||||
|
||||
b, _ := json.Marshal(p)
|
||||
t := time.Now().UTC()
|
||||
_, err := createJob(objSubTypeJobVaultStatus, objJobPriority, int64(m.User.ID), 0, t, b)
|
||||
_, err := createJob(objSubTypeJobVaultStatus, objJobPriority, int64(m.Sender.ID), 0, t, b)
|
||||
|
||||
if err != nil {
|
||||
c := TGCommand{
|
||||
|
Loading…
Reference in New Issue
Block a user