This commit is contained in:
paulwer 2024-01-15 11:42:20 +01:00
parent 1b54bcc8a6
commit 1a88a81324

View File

@ -453,7 +453,6 @@ class ProcessBrevoWebhook implements ShouldQueue
'recipient' => $recipient,
'status' => $event->name ?? '',
'delivery_message' => $delivery_message, // TODO: @turbo124 this results in all cases for the history in the string, which may be incorrect
'server' => '',
'server_ip' => $server_ip,
'date' => \Carbon\Carbon::parse($event->getTime())->format('Y-m-d H:i:s') ?? '',