From 16a1b30ca19532d26bf3698b2f7fce34860453fe Mon Sep 17 00:00:00 2001 From: HansBraun <46025449+HansBraun@users.noreply.github.com> Date: Wed, 14 Dec 2022 19:32:33 +0100 Subject: [PATCH] Update resource_repository_webhook.go --- bitbucket/resource_repository_webhook.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket/resource_repository_webhook.go b/bitbucket/resource_repository_webhook.go index 61eed2b..1affe2b 100644 --- a/bitbucket/resource_repository_webhook.go +++ b/bitbucket/resource_repository_webhook.go @@ -19,7 +19,7 @@ type Webhook struct { CreatedDate jsonTime `json:"createdDate,omitempty"` UpdatedDate jsonTime `json:"updatedDate,omitempty"` URL string `json:"url,omitempty"` - Active bool `json:"active,omitempty"` + Active bool `json:"active"` Events []interface{} `json:"events"` Configuration WebhookConfiguration `json:"configuration"` }