Skip to content

Commit 41602d1

Browse files
committed
fix: destwebhookstandard supports delivery_metadata
1 parent fcc971a commit 41602d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/destregistry/providers/destwebhookstandard/destwebhookstandard.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ func (d *StandardWebhookDestination) CreatePublisher(ctx context.Context, destin
223223
}
224224

225225
return &StandardWebhookPublisher{
226-
BasePublisher: d.BaseProvider.NewPublisher(),
226+
BasePublisher: d.BaseProvider.NewPublisher(destregistry.WithDeliveryMetadata(destination.DeliveryMetadata)),
227227
httpClient: httpClient,
228228
url: config.URL,
229229
secrets: secrets,

0 commit comments

Comments
 (0)