fix code typo

master
multiple creatures 2020-01-20 22:41:26 -06:00
parent 7dc114f589
commit b2e391d268
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ module WellKnown
@account = Account.find_local!(username_from_resource)
expires_in 3.days, public: true
render json: @account, serializer: WebfingerSErializer, content_type: 'application/jrd+json'
render json: @account, serializer: WebfingerSerializer, content_type: 'application/jrd+json'
rescue ActiveRecord::RecordNotFound
head 404
end