From acbfb92109519f3fbf6b37c80948aecff80eea0b Mon Sep 17 00:00:00 2001 From: spsobole Date: Mon, 29 May 2023 14:40:49 -0600 Subject: [PATCH] Fix type --- server.go | 1 - 1 file changed, 1 deletion(-) diff --git a/server.go b/server.go index fb39673..cba2a5f 100644 --- a/server.go +++ b/server.go @@ -57,7 +57,6 @@ func (s *Server) makeContext(auth *auth.AuthData, w http.ResponseWriter, r *http w: w, srv: s, auth: auth, - vars: mux.Vars(r), } return c }