mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-03 17:29:22 -05: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