tiny 88x31 lexicon for atproto

beep

+4
+4
handler/button.go
··· 68 68 id, err := identity.DefaultDirectory().LookupHandle(r.Context(), h) 69 69 if err == nil { 70 70 did = id.DID.String() 71 + } else { 72 + log.Println(err.Error()) 71 73 } 74 + } else { 75 + log.Println(err.Error()) 72 76 } 73 77 } 74 78