if we don't get the bonk, nothing to do

This commit is contained in:
Ted Unangst 2023-08-05 20:59:58 -04:00
parent e7454cc9be
commit 656d4c99a5
1 changed files with 1 additions and 0 deletions

View File

@ -635,6 +635,7 @@ func xonksaver(user *WhatAbout, item junk.Junk, origin string) *Honk {
obj, err = GetJunkHardMode(user.ID, xid) obj, err = GetJunkHardMode(user.ID, xid)
if err != nil { if err != nil {
ilog.Printf("error getting bonk: %s: %s", xid, err) ilog.Printf("error getting bonk: %s: %s", xid, err)
return nil
} }
} }
return xonkxonkfn(obj, origin, isUpdate, true) return xonkxonkfn(obj, origin, isUpdate, true)