Skip to content

Commit 705416e

Browse files
committed
Fix extra symbols
1 parent 88b6401 commit 705416e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/AsynchronousOperations/Model/MassSchedule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public function publishMass($topicName, array $entitiesArray, $groupId = null, $
144144
$requestItem->setId($key);
145145
$requestItem->setStatus(ItemStatusInterface::STATUS_ACCEPTED);
146146
$requestItem->setDataHash($this->encryptor->hash($operation->getSerializedData(), Encryptor::HASH_VERSION_SHA256));
147-
$requestItems[] = $requestItem;git
147+
$requestItems[] = $requestItem;
148148
} catch (\Exception $exception) {
149149
$this->logger->error($exception);
150150
$requestItem->setId($key);

0 commit comments

Comments
 (0)