Skip to content

Commit 1f2209c

Browse files
committed
Small fix
1 parent 1892407 commit 1f2209c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Controller/Adminhtml/FastlyCdn/Logging/UpdateEndpoint.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public function execute()
123123
if (!isset($params['compression_codec'])){
124124
$params['compression_codec'] = "";
125125
}
126-
$endpoint = $this->api->updateLogEndpoint($clone->number, $endpointType, array_filter($params), $oldName);
126+
$endpoint = $this->api->updateLogEndpoint($clone->number, $endpointType, $params, $oldName);
127127

128128
if (!$endpoint) {
129129
return $result->setData([

0 commit comments

Comments
 (0)