This commit is contained in:
Benjamin Nussbaum 2025-07-08 17:35:28 +02:00
parent 11ced8e03c
commit 1e30ddb7b6

View file

@ -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());