Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
brookesargent committed Jan 6, 2025
1 parent d4ece22 commit 8fff1ab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions internal/helper/validation/valid_notification_variables.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ import (

var _ validator.Set = notificationVariablesValidator{}

type notificationVariablesValidator struct {
schemes []string
}
type notificationVariablesValidator struct{}

func (v notificationVariablesValidator) Description(_ context.Context) string {
return "value must be a valid set of webhook variables"
Expand Down

0 comments on commit 8fff1ab

Please sign in to comment.