Fix Performance/DeletePrefix cop (#24796)
This commit is contained in:
parent
05e3abe9d9
commit
668a19a2f3
10 changed files with 9 additions and 24 deletions
|
@ -59,7 +59,7 @@ class AuthorizeInteractionsController < ApplicationController
|
|||
end
|
||||
|
||||
def uri_param
|
||||
params[:uri] || params.fetch(:acct, '').gsub(/\Aacct:/, '')
|
||||
params[:uri] || params.fetch(:acct, '').delete_prefix('acct:')
|
||||
end
|
||||
|
||||
def set_body_classes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue