Fix build

This commit is contained in:
Brian Kassouf
2019-10-28 17:40:44 -07:00
parent 79ae63e9ae
commit c79f90f6b4

View File

@@ -63,7 +63,7 @@ func handleSysHealthGet(core *vault.Core, w http.ResponseWriter, r *http.Request
}
func handleSysHealthHead(core *vault.Core, w http.ResponseWriter, r *http.Request) {
code, body, err := getSysHealth(core, r)
code, body, _ := getSysHealth(core, r)
if body != nil {
w.Header().Set("Content-Type", "application/json")