You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by el...@apache.org on 2018/05/14 17:22:22 UTC

[incubator-trafficcontrol] 10/12: added missing comma

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 <je...@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
elsloo@apache.org.