tiny 88x31 lexicon for atproto

early return after error

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