Skip to content

Commit

Permalink
Merge pull request #2826 from actiontech/fix_audit_whitelist_fail
Browse files Browse the repository at this point in the history
fix: fix audit whitelist fail
  • Loading branch information
LordofAvernus authored Dec 16, 2024
2 parents 648bce5 + 739e3ec commit f9f1c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqle/api/controller/v1/sql_whitelist.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ func DeleteAuditWhitelistById(c echo.Context) error {
}

type GetAuditWhitelistReqV1 struct {
FuzzySearchValue *string `json:"fuzzy_value" query:"fuzzy_value" valid:"omitempty"`
FuzzySearchValue *string `json:"fuzzy_search_value" query:"fuzzy_search_value" valid:"omitempty"`
FilterMatchType *string `json:"filter_match_type" query:"filter_match_type" valid:"omitempty,oneof=exact_match fp_match" enums:"exact_match,fp_match"`
PageIndex uint32 `json:"page_index" query:"page_index" valid:"required"`
PageSize uint32 `json:"page_size" query:"page_size" valid:"required"`
Expand Down

0 comments on commit f9f1c23

Please sign in to comment.