Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/607-asset-stream-image-thumbnail…
Browse files Browse the repository at this point in the history
…-action' into 607-asset-stream-image-thumbnail-action
  • Loading branch information
mcop1 committed Dec 4, 2024
2 parents ce22224 + 2698f12 commit 89c090f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Asset/MappedParameter/ImageDownloadConfigParameter.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ private function getBaseTransformationValues(): array
return [
'width' => $this->getWidth(),
'height' => $this->getHeight(),
'forceResize' => $this->getForceResize()
'forceResize' => $this->getForceResize(),
];
}
}

0 comments on commit 89c090f

Please sign in to comment.