From aba00302c6e6a30f2a6846a2855c079c5c565fd5 Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Mon, 5 Jun 2023 16:44:26 +0100 Subject: [PATCH] refactor: lint --- app/controllers/organisations_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/organisations_controller.rb b/app/controllers/organisations_controller.rb index 0a4072c98..50d104541 100644 --- a/app/controllers/organisations_controller.rb +++ b/app/controllers/organisations_controller.rb @@ -175,7 +175,7 @@ private end def filter_manager - FilterManager.new(current_user:, session:, params:, filter_type: ) + FilterManager.new(current_user:, session:, params:, filter_type:) end def org_params