tangled
alpha
login
or
join now
moth11.net
/
88x31
0
fork
atom
tiny 88x31 lexicon for atproto
0
fork
atom
overview
issues
pulls
pipelines
this
moth11.net
1 month ago
6524527c
9226aa06
+1
1 changed file
expand all
collapse all
unified
split
handler
button.go
+1
handler/button.go
···
31
31
}
32
32
btnViews, ncursor, err := h.db.GetButtons(limitI, cursorptr, r.Context())
33
33
if err != nil {
34
34
+
log.Println(err)
34
35
http.Error(w, "error getting buttons!", http.StatusInternalServerError)
35
36
return
36
37
}