don't send NOTICE on json parsing errors.

This commit is contained in:
fiatjaf 2021-11-28 17:01:17 -03:00
parent 5a797d2c65
commit 333d530901

View File

@ -85,6 +85,7 @@ func handleWebsocket(w http.ResponseWriter, r *http.Request) {
return
}
if err != nil {
err = nil
return
}