Commit 31b056a9 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Fix refactor

parent 299ebeea
......@@ -85,7 +85,7 @@ func do_auth_request(r *http.Request) (*http.Response, error) {
if err != nil {
return nil, err
}
return nil, err
return result, nil
}
func handle_get_info_refs(user string, _ string, path string, w http.ResponseWriter, r *http.Request) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment