Browse Source

refactor: lint

pull/1675/head
natdeanlewissoftwire 3 years ago
parent
commit
aba00302c6
  1. 2
      app/controllers/organisations_controller.rb

2
app/controllers/organisations_controller.rb

@ -175,7 +175,7 @@ private
end end
def filter_manager def filter_manager
FilterManager.new(current_user:, session:, params:, filter_type: ) FilterManager.new(current_user:, session:, params:, filter_type:)
end end
def org_params def org_params

Loading…
Cancel
Save