if we don't get the bonk, nothing to do
This commit is contained in:
parent
e7454cc9be
commit
656d4c99a5
|
@ -635,6 +635,7 @@ func xonksaver(user *WhatAbout, item junk.Junk, origin string) *Honk {
|
|||
obj, err = GetJunkHardMode(user.ID, xid)
|
||||
if err != nil {
|
||||
ilog.Printf("error getting bonk: %s: %s", xid, err)
|
||||
return nil
|
||||
}
|
||||
}
|
||||
return xonkxonkfn(obj, origin, isUpdate, true)
|
||||
|
|
Loading…
Reference in New Issue