mirror of
https://github.com/mastodon/mastodon.git
synced 2025-05-11 20:21:10 +00:00
Fix uncaught NoMethodError in POST /api/v1/featured_tags
(#25063)
This commit is contained in:
parent
2a61f14753
commit
45d98959ac
|
@ -33,6 +33,6 @@ class Api::V1::FeaturedTagsController < Api::BaseController
|
|||
end
|
||||
|
||||
def featured_tag_params
|
||||
params.permit(:name)
|
||||
params.require(:name)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user