diff --git a/app/Jobs/Brevo/ProcessBrevoWebhook.php b/app/Jobs/Brevo/ProcessBrevoWebhook.php index 367cd824926b..e59cd9e18b54 100644 --- a/app/Jobs/Brevo/ProcessBrevoWebhook.php +++ b/app/Jobs/Brevo/ProcessBrevoWebhook.php @@ -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') ?? '',