Skip to content

Commit

Permalink
Update modules/logging/filters.go
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Holt <[email protected]>
  • Loading branch information
dunglas and mholt authored Nov 23, 2021
1 parent 9b98a41 commit db3c780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/logging/filters.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ type ActionType string

const (
// Replace value(s) of query parameter(s).
ReplaceType ActionType = "replace"
ReplaceAction ActionType = "replace"
// Delete query parameter(s).
DeleteType ActionType = "delete"
DeleteAction ActionType = "delete"
)

func (a ActionType) IsValid() error {
Expand Down

0 comments on commit db3c780

Please sign in to comment.