This commit is contained in:
spsobole 2023-05-29 14:40:49 -06:00
parent 2b4999c73d
commit acbfb92109
1 changed files with 0 additions and 1 deletions

View File

@ -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
}