Skip to content

Commit 4c2c7d4

Browse files
committed
style: lint fix
Signed-off-by: Ushira Dineth <[email protected]>
1 parent 578dfe6 commit 4c2c7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/webhookreceiver/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ func (wr *WebhookReceiver) DetectProvider(r *http.Request) string {
9494
}
9595

9696
// Check for Bitbucket Cloud webhook headers
97-
if r.Header.Get("X-Hook-UUID") != "" {
97+
if r.Header.Get("X-Hook-Uuid") != "" {
9898
return ProviderBitbucket
9999
}
100100

0 commit comments

Comments
 (0)