Skip to content

Commit

Permalink
remove dead field
Browse files Browse the repository at this point in the history
  • Loading branch information
djeebus committed Dec 21, 2023
1 parent 7fa4f01 commit b919e1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/server/hook_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ type VCSHookHandler struct {
cfg *config.ServerConfig
// labelFilter is a string specifying the required label name to filter merge events by; if empty, all merge events will pass the filter.
labelFilter string
hooksPrefix string
}

func NewVCSHookHandler(cfg *config.ServerConfig) *VCSHookHandler {
Expand Down

0 comments on commit b919e1e

Please sign in to comment.