Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanviduka committed Aug 21, 2023
1 parent 1892407 commit 1f2209c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controller/Adminhtml/FastlyCdn/Logging/UpdateEndpoint.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public function execute()
if (!isset($params['compression_codec'])){
$params['compression_codec'] = "";
}
$endpoint = $this->api->updateLogEndpoint($clone->number, $endpointType, array_filter($params), $oldName);
$endpoint = $this->api->updateLogEndpoint($clone->number, $endpointType, $params, $oldName);

if (!$endpoint) {
return $result->setData([
Expand Down

0 comments on commit 1f2209c

Please sign in to comment.