mirror of
https://github.com/fiatjaf/khatru.git
synced 2025-03-17 21:32:55 +01:00
don't send NOTICE on json parsing errors.
This commit is contained in:
parent
5a797d2c65
commit
333d530901
@ -85,6 +85,7 @@ func handleWebsocket(w http.ResponseWriter, r *http.Request) {
|
||||
return
|
||||
}
|
||||
if err != nil {
|
||||
err = nil
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user