@ -2153,7 +2153,7 @@ func jobGetStash(j Job) {
out := "Stash:\n"
for k, v := range p.Stash {
i, _ := getObjItem(k)
out = fmt.Sprintf("%s %d : %d\n", out, i.Names[0], v)
out = fmt.Sprintf("%s %s : %d\n", out, i.Names[0], v)
}
c := TGCommand{
The note is not visible to the blocked user.