We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 096aa37 commit de9ff7dCopy full SHA for de9ff7d
app/code/Magento/StoreGraphQl/Model/Resolver/Store/StoreConfigDataProvider.php
@@ -57,7 +57,7 @@ public function getStoreConfigData(StoreInterface $store): array
57
{
58
return array_merge(
59
$this->getBaseConfigData($store),
60
- $this->getExtendedConfigData((int)$store->getId()),
+ $this->getExtendedConfigData((int)$store->getId())
61
);
62
}
63
0 commit comments