Remove dead code in Api::V1::FeaturedTagsController (#25073)

th-downstream
Claire 1 year ago committed by GitHub
parent 0b4d3bf363
commit 4e8d882274

@ -31,8 +31,4 @@ class Api::V1::FeaturedTagsController < Api::BaseController
def set_featured_tags
@featured_tags = current_account.featured_tags.order(statuses_count: :desc)
end
def featured_tag_params
params.require(:name)
end
end

Loading…
Cancel
Save