Skip to content

Commit

Permalink
remove no more used parameter bring_unmapped?
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed Jan 19, 2023
1 parent bd50ef2 commit dd27cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/request_params_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def settings_params(klass)
page, size = page_params
attributes = get_attributes_to_include(includes_param, klass)
order_by = get_order_by_from(@params)
bring_unmapped = bring_unmapped?(includes_param, klass)
bring_unmapped = bring_unmapped?(includes_param)

[attributes, page, size, order_by, bring_unmapped]
end
Expand Down

0 comments on commit dd27cec

Please sign in to comment.