Skip to content

Commit f07c7fa

Browse files
Merge pull request #137 from ImAlbi57/master
Bug Fix
2 parents 3460bcd + 6d948c0 commit f07c7fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ private function rosario(array $raw): array
374374
}
375375

376376
// Save as result
377-
$result[] = $this->parseResponse($item)[0];
377+
if(null != $this->parseResponse($item)) $result[] = $this->parseResponse($item)[0];
378378
}
379379

380380
} else {

0 commit comments

Comments
 (0)