Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
miqayelsrapionyan committed Sep 13, 2023
1 parent c16c381 commit 52779c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TranslationAppClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function getTranslations(TranslationQueryValueObject $valueObject): array

if ($data) {
/** @var TranslationItem $translationItem */
foreach ($data as $translationItem) {
foreach ($data->getItems() as $translationItem) {
$processedData[] = [
'id' => $translationItem->getId(),
'key' => $translationItem->getKey(),
Expand Down

0 comments on commit 52779c5

Please sign in to comment.