rimashah25 commented on a change in pull request #5087:
URL: https://github.com/apache/trafficcontrol/pull/5087#discussion_r504033424



##########
File path: traffic_ops/v3-client/asn.go
##########
@@ -68,24 +68,40 @@ func (to *Session) UpdateASNByID(id int, entity tc.ASN) 
(tc.Alerts, ReqInf, erro
 }
 
 // Returns a list of ASNs
-func (to *Session) GetASNs() ([]tc.ASN, ReqInf, error) {
-       resp, remoteAddr, err := to.request(http.MethodGet, API_ASNS, nil, nil)
+func (to *Session) GetASNsWithHeader(header http.Header) ([]tc.ASN, ReqInf, 
error) {

Review comment:
       Ah ok.. I had no idea, but will update accordingly.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to