Go format

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2026-03-03 11:17:05 +01:00
parent 3c70b1e3eb
commit 21ed4113c3
47 changed files with 112 additions and 119 deletions

View File

@@ -68,10 +68,10 @@ func NewWebhookEvent(we *coredata.WebhookEvent) *WebhookEvent {
}
return &WebhookEvent{
ID: we.ID,
ID: we.ID,
WebhookSubscriptionID: we.WebhookSubscriptionID,
Status: we.Status,
Response: response,
CreatedAt: we.CreatedAt,
Status: we.Status,
Response: response,
CreatedAt: we.CreatedAt,
}
}