This is an automated email from the ASF dual-hosted git repository.

elsloo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git

commit 7a854261b0202cc368cca89ef31f4bb249af543f
Author: Jesse Rivas <jesse_ri...@comcast.com>
AuthorDate: Tue May 8 13:13:31 2018 -0600

    added missing comma
---
 traffic_ops/app/lib/API/Deliveryservice.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/traffic_ops/app/lib/API/Deliveryservice.pm 
b/traffic_ops/app/lib/API/Deliveryservice.pm
index e64eaf8..769c385 100644
--- a/traffic_ops/app/lib/API/Deliveryservice.pm
+++ b/traffic_ops/app/lib/API/Deliveryservice.pm
@@ -101,7 +101,7 @@ sub index {
                push(
                        @data, {
                                "active"               => \$row->active,
-                               "anonymousBlockingEnabled" => 
$row->anonymous_blocking_enabled
+                               "anonymousBlockingEnabled" => 
$row->anonymous_blocking_enabled,
                                "cacheurl"             => $row->cacheurl,
                                "ccrDnsTtl"            => $row->ccr_dns_ttl,
                                "cdnId"                => $row->cdn->id,

-- 
To stop receiving notification emails like this one, please contact
els...@apache.org.

Reply via email to