|
...
|
...
|
@@ -207,9 +207,6 @@ class GeoQuestionRes extends Command |
|
|
|
$texts = [];
|
|
|
|
if(!empty($data['data']['text_parts']) && is_array($data['data']['text_parts'])){
|
|
|
|
foreach ($data['data']['text_parts'] as $item){
|
|
|
|
if(empty($item['text'])){
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
switch ($item['type']){
|
|
|
|
case 'paragraph':
|
|
|
|
if(isset($item['text']) && !empty($item['text'])){
|
...
|
...
|
|