Fix rubocop lint
This commit is contained in:
parent
de3512fb82
commit
14fddebbd0
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ class Api::V1::Statuses::EmojiReactionsController < Api::BaseController
|
|||
|
||||
before_action -> { doorkeeper_authorize! :write, :'write:emoji_reactions' }
|
||||
before_action :require_user!
|
||||
before_action :set_status, only: [:create, :update]
|
||||
before_action :set_status, only: %i(create update)
|
||||
before_action :set_status_without_authorize, only: [:destroy]
|
||||
|
||||
def create
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue