Unverified Commit 67ae8eb6 authored by Mateu Aguiló Bosch's avatar Mateu Aguiló Bosch Committed by Mateu Aguiló Bosch
Browse files

Issue #3296095 by e0ipso: Remove project specific code from drush command

parent 20d0bc46
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -94,8 +94,7 @@ class WidgetIngestionCommands extends DrushCommands {
        'id' => $item['shortcode'],
        'name' => $item['title'],
        'version' => $item['version'],
        'web_segments' => implode(', ', $item['webSegmentPaths']),
        'translations' => implode(', ', $item['availableTranslations']),
        'translations' => implode(', ', $item['availableTranslations'] ?? []),
      ];
    }, $items);
    return new RowsOfFields($rows);