Skip to content

Commit 6f4d895

Browse files
committed
image url
1 parent c79b685 commit 6f4d895

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Model/Resolver/LabelDataProvider.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ public function resolve(Field $field, $context, ResolveInfo $info, array $value
9292
foreach ($this->label->getRulesApplyProduct($product) as $rule) {
9393
if ($this->label->validateProductInRule($rule, $product->getId())) {
9494
$label = $this->labelRepository->getById($rule->getId());
95-
$this->helperData->processImageUrl($label);
9695
$labelData[] = $label;
9796
}
9897
}

0 commit comments

Comments
 (0)