this could never work

This commit is contained in:
Ted Unangst 2019-09-16 18:05:46 -04:00
parent ce764c468d
commit 65eae9dbfc
1 changed files with 1 additions and 1 deletions

View File

@ -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 {