fix
This commit is contained in:
parent
d847323993
commit
f153cc5c80
2
job.go
2
job.go
@ -2773,7 +2773,7 @@ func jobVaultValOth(j Job) {
|
|||||||
total += float64(v.Quantity) * v.Price
|
total += float64(v.Quantity) * v.Price
|
||||||
}
|
}
|
||||||
|
|
||||||
out = fmt.Sprintf("Total value : %f", total)
|
out = fmt.Sprintf("%sTotal value : %f", out, total)
|
||||||
|
|
||||||
c := TGCommand{
|
c := TGCommand{
|
||||||
Type: commandReplyMsg,
|
Type: commandReplyMsg,
|
||||||
|
Loading…
Reference in New Issue
Block a user