Remove endpoint on webhook events

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2026-02-13 16:07:19 +01:00
parent 4536b5578e
commit 2d2546ee1b
9 changed files with 4 additions and 70 deletions

View File

@@ -317,7 +317,6 @@ func (s *Sender) recordEvent(
ID: eventID,
WebhookDataID: webhookData.ID,
WebhookConfigurationID: config.ID,
EndpointURL: config.EndpointURL,
Status: status,
Response: response,
CreatedAt: time.Now(),