Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dk-lockdown committed Dec 24, 2021
1 parent b3ca8f1 commit ada2deb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/executor/redirect.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func (executor *RedirectExecutor) GetPreFilters() []proto.PreFilter {
return executor.preFilters
}

func (executor *RedirectExecutor) GetPostFilter() []proto.PostFilter {
func (executor *RedirectExecutor) GetPostFilters() []proto.PostFilter {
return executor.postFilters
}

Expand Down
2 changes: 1 addition & 1 deletion pkg/proto/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ type (

GetPreFilters() []PreFilter

GetPostFilter() []PostFilter
GetPostFilters() []PostFilter

ExecuteMode() ExecuteMode

Expand Down

0 comments on commit ada2deb

Please sign in to comment.