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":
|
case "Create":
|
||||||
obj, ok = item.GetMap("object")
|
obj, ok = item.GetMap("object")
|
||||||
if !ok {
|
if !ok {
|
||||||
xid, _ = obj.GetString("object")
|
xid, _ = item.GetString("object")
|
||||||
log.Printf("getting created honk: %s", xid)
|
log.Printf("getting created honk: %s", xid)
|
||||||
obj, err = GetJunkHardMode(xid)
|
obj, err = GetJunkHardMode(xid)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in New Issue