chore: Remove unneeded include EnsureCurrentAccountHelper (#7339)

This class inherits from Api::V1::Accounts::BaseController, which already includes EnsureCurrentAccountHelper and also sets up before_action :current_account.
This commit is contained in:
Jordan Brough
2023-06-19 05:48:07 -06:00
committed by GitHub
parent 9bed57c7d1
commit 5e807c5875

View File

@@ -1,5 +1,4 @@
class Api::V1::Accounts::Conversations::BaseController < Api::V1::Accounts::BaseController
include EnsureCurrentAccountHelper
before_action :conversation
private