tiny 88x31 lexicon for atproto

early return after error

+1
+1
handler/handler.go
··· 210 210 if err != nil { 211 211 log.Println(err) 212 212 http.Error(w, "error", http.StatusInternalServerError) 213 + return 213 214 } 214 215 type EmbedData struct { 215 216 Background string