Update (front post): Fix parsing issue
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
use Exception;
|
||||
use Illuminate\Support\Facades\Log;
|
||||
|
||||
|
||||
class GetNewsSerpTask
|
||||
{
|
||||
public static function handle(Category $category, $country_iso)
|
||||
@@ -76,6 +75,7 @@ public static function handle(Category $category, $country_iso)
|
||||
} catch (Exception $e) {
|
||||
Log::error(json_encode($serp_obj));
|
||||
inspector()->reportException($e);
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user