From d510cbd92eafce603f3fa34bdf0cefae483f1abd Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Tue, 6 May 2025 11:09:07 +0200 Subject: [PATCH] Not used --- app/controllers/commands_controller.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/controllers/commands_controller.rb b/app/controllers/commands_controller.rb index 67a71c7f6..94d9008e5 100644 --- a/app/controllers/commands_controller.rb +++ b/app/controllers/commands_controller.rb @@ -30,8 +30,4 @@ class CommandsController < ApplicationController def parsing_context Command::Parser::Context.new(Current.user, url: request.referrer) end - - def card_ids_from_header - request.headers["X-Cards"].to_s.split(",").map(&:to_i) if request.headers["X-Card-Ids"] - end end