Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Oct 3, 2024
1 parent 4a38297 commit 034698e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/controllers/api/v1/search_endpoints_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ def set_search_endpoint

def search_endpoint_params
params.require(:search_endpoint).permit(:api_method, :archived, :basic_auth_credential, :custom_headers,
:endpoint_url, :mapper_code, :name, :proxy_requests, :search_engine, options: {})
:endpoint_url, :mapper_code, :name, :proxy_requests, :search_engine,
options: {})
end
end
end
Expand Down

0 comments on commit 034698e

Please sign in to comment.