Skip to content

Commit

Permalink
feat: update core
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamadch91 committed Jan 5, 2025
1 parent d02ef69 commit b8dc860
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions services/core/inventory-http_routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -1568,9 +1568,9 @@ func (h *HttpHandler) GetParametersQueries(ctx echo.Context) error {
func (h *HttpHandler) ListQueriesV2Internal(ctx echo.Context,req *api.ListQueryV2Request) (*api.ListQueriesV2Response, error) {

var namedQuery api.ListQueriesV2Response
if err := bindValidate(ctx, &req); err != nil {
return &namedQuery,echo.NewHTTPError(http.StatusBadRequest, err.Error())
}
// if err := bindValidate(ctx, &req); err != nil {
// return &namedQuery,echo.NewHTTPError(http.StatusBadRequest, err.Error())
// }

var search *string
if len(req.TitleFilter) > 0 {
Expand Down

0 comments on commit b8dc860

Please sign in to comment.