Skip to content

Commit d7022ce

Browse files
committed
Fix static tests
1 parent 1d9028d commit d7022ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AdobeStockImageAdminUi/Controller/Adminhtml/Asset/GetMediaGalleryAsset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ public function __construct(
5959
*/
6060
public function execute()
6161
{
62+
$resultJson = $this->resultFactory->create(ResultFactory::TYPE_JSON);
6263
try {
63-
$resultJson = $this->resultFactory->create(ResultFactory::TYPE_JSON);
6464

6565
$params = $this->getRequest()->getParams();
6666
$adobeId = isset($params['adobe_id']) ? $params['adobe_id'] : null;

0 commit comments

Comments
 (0)