mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-16 00:59:37 -06:00
ignore error explicitly
This commit is contained in:
@@ -73,7 +73,5 @@ func HandleWebdavError(w http.ResponseWriter, b []byte, err error) {
|
||||
w.WriteHeader(http.StatusInternalServerError)
|
||||
return
|
||||
}
|
||||
_, err = w.Write(b)
|
||||
if err != nil {
|
||||
}
|
||||
_, _ = w.Write(b)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user