Updated .codeclimate.yml

This commit is contained in:
Sergei Tsoganov 2023-12-19 13:09:11 +02:00
parent e68039902d
commit 6e271a9242
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ module Repp
private
def search_params
params.permit(:q, q: %i[start_date end_date compare_to_end_date compare_to_start_date])
params.permit(:q, q: %i[end_date compare_to_end_date])
.fetch(:q, {}) || {}
end