15107: Get additional email addresses from Google account.
[arvados.git] / lib / controller / federation.go
index 557c7c3563d59c23644370765f466e63517f4d5a..ed2eb31c7830db992d0e86b42b6de68c275a428f 100644 (file)
@@ -275,7 +275,7 @@ func (h *Handler) saltAuthToken(req *http.Request, remote string) (updatedReq *h
        }
        updatedReq.Header.Set("Authorization", "Bearer "+token)
 
-       // Remove api_token=... from the the query string, in case we
+       // Remove api_token=... from the query string, in case we
        // end up forwarding the request.
        if values, err := url.ParseQuery(updatedReq.URL.RawQuery); err != nil {
                return nil, err