No printear error de OpenSea dos veces
This commit is contained in:
parent
e943c10c2b
commit
0c4e1fc904
1 changed files with 0 additions and 1 deletions
1
main.go
1
main.go
|
@ -182,7 +182,6 @@ func main() {
|
||||||
http.HandleFunc("/copiar", func(w http.ResponseWriter, r *http.Request) {
|
http.HandleFunc("/copiar", func(w http.ResponseWriter, r *http.Request) {
|
||||||
asset, err := getRandomOpenSeaAsset()
|
asset, err := getRandomOpenSeaAsset()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Println("Error hablandole a OpenSea:", err)
|
|
||||||
internalError(w, "Error hablandole a OpenSea.")
|
internalError(w, "Error hablandole a OpenSea.")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue