From b11f4d5bd5fb25d68fc6d4494f502144f2d24813 Mon Sep 17 00:00:00 2001 From: Muhsin Keloth Date: Tue, 7 May 2024 15:22:59 +0530 Subject: [PATCH] Update linear_controller.rb --- .../api/v1/accounts/integrations/linear_controller.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/controllers/api/v1/accounts/integrations/linear_controller.rb b/app/controllers/api/v1/accounts/integrations/linear_controller.rb index c5482b22f..93195e23f 100644 --- a/app/controllers/api/v1/accounts/integrations/linear_controller.rb +++ b/app/controllers/api/v1/accounts/integrations/linear_controller.rb @@ -23,8 +23,4 @@ class Api::V1::Accounts::Integrations::LinearController < Api::V1::Accounts::Bas def linear_processor_service Integrations::Linear::ProcessorService.new(account: Current.account) end - - def permitted_params - params.permit(:conversation_id) - end end