mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
wip
This commit is contained in:
parent
11ced8e03c
commit
1e30ddb7b6
1 changed files with 0 additions and 1 deletions
|
|
@ -49,7 +49,6 @@ class ImageGenerationService
|
|||
if (config('app.puppeteer_wait_for_network_idle')) {
|
||||
$browsershot->waitUntilNetworkIdle();
|
||||
}
|
||||
ray($browsershot);
|
||||
$browsershot->save($pngPath);
|
||||
} catch (Exception $e) {
|
||||
Log::error('Failed to generate PNG: '.$e->getMessage());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue