Skip to content

Commit 4aace8c

Browse files
committed
MC-20158: Redirects are not supported in urlResolver
- fix static
1 parent 19f354c commit 4aace8c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/UrlRewriteGraphQl/Model/Resolver/EntityUrl.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ public function resolve(
7575
'type' => $this->sanitizeType($finalUrlRewrite->getEntityType())
7676
];
7777

78-
7978
if (empty($resultArray['id'])) {
8079
throw new GraphQlNoSuchEntityException(
8180
__('No such entity found with matching URL key: %url', ['url' => $url])

0 commit comments

Comments
 (0)