mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-09-18 17:20:28 -04:00
ignore error explicitly
This commit is contained in:
1 file changed
+1
-3
@@ -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