Skip to content

Commit 593fef1

Browse files
RachanaRachana
authored andcommitted
BUG#AC-6666:fixing static failures
1 parent f1e5f94 commit 593fef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogGraphQl/Model/Resolver/Product/ProductFieldsSelector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function getProductFieldsFromInfo(ResolveInfo $info, string $productNodeN
5454
}
5555
$queryFields = $this->attributesJoiner->getQueryFields($node, $info);
5656
$fieldNames = array_merge($fieldNames, $queryFields);
57-
}
57+
}
5858

5959
return $fieldNames;
6060
}

0 commit comments

Comments
 (0)