test
This commit is contained in:
parent
7cb6ceeb54
commit
ee47b8058b
4
job.go
4
job.go
@ -1587,7 +1587,9 @@ func jobGWithdraw(j Job) {
|
|||||||
c.Encrypt(out, in)
|
c.Encrypt(out, in)
|
||||||
ref := hex.EncodeToString(out)
|
ref := hex.EncodeToString(out)
|
||||||
|
|
||||||
user, err := bot.ChatByID(fmt.Sprintf("%d", p.UserID64))
|
var userid string
|
||||||
|
userid = fmt.Sprintf("%d", p.UserID64)
|
||||||
|
user, err := bot.ChatByID(userid)
|
||||||
logOnError(err, "jobGWithdraw : ChatByID")
|
logOnError(err, "jobGWithdraw : ChatByID")
|
||||||
|
|
||||||
var stock string
|
var stock string
|
||||||
|
Loading…
Reference in New Issue
Block a user