whoops2
diff --git a/mirko.go b/mirko.go
index b40f27a..c7778d1 100644
--- a/mirko.go
+++ b/mirko.go
@@ -79,7 +79,7 @@
 	m.httpMux = http.NewServeMux()
 	// Canonical URLs
 	m.httpMux.HandleFunc("/debug/status", func(w http.ResponseWriter, r *http.Request) {
-		any, sensitive := authRequest(r)
+		any, _ := authRequest(r)
 		if !any {
 			http.Error(w, "not allowed", http.StatusUnauthorized)
 			return