tiny 88x31 lexicon for atproto

beep

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