tiny 88x31 lexicon for atproto

this

+1
+1
handler/button.go
··· 31 31 } 32 32 btnViews, ncursor, err := h.db.GetButtons(limitI, cursorptr, r.Context()) 33 33 if err != nil { 34 + log.Println(err) 34 35 http.Error(w, "error getting buttons!", http.StatusInternalServerError) 35 36 return 36 37 }