zrhoffman commented on code in PR #7143:
URL: https://github.com/apache/trafficcontrol/pull/7143#discussion_r997557535


##########
traffic_ops/traffic_ops_golang/cdn/cdns.go:
##########
@@ -162,36 +176,75 @@ func (cdn *TOCDN) Delete() (error, error, int) {
        return api.GenericDelete(cdn)
 }
 
-func selectQuery() string {
+func selectQuery(apiVersion *api.Version) string {
+       var ttlOverrideColumn string

Review Comment:
   Made it into its own function in d6c88722e4



-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to