this could never work
This commit is contained in:
parent
ce764c468d
commit
65eae9dbfc
|
@ -489,7 +489,7 @@ func xonkxonk(user *WhatAbout, item junk.Junk, origin string) *Honk {
|
|||
case "Create":
|
||||
obj, ok = item.GetMap("object")
|
||||
if !ok {
|
||||
xid, _ = obj.GetString("object")
|
||||
xid, _ = item.GetString("object")
|
||||
log.Printf("getting created honk: %s", xid)
|
||||
obj, err = GetJunkHardMode(xid)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue