Remove unused `usage` method from `REST::V1::InstanceSerializer` (#32768)

pull/32782/head
Matt Jankowski 2024-11-05 09:20:27 -05:00 committed by GitHub
parent d60ef3f17e
commit 20a147170e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 8 deletions

View File

@ -48,14 +48,6 @@ class REST::V1::InstanceSerializer < ActiveModel::Serializer
{ streaming_api: Rails.configuration.x.streaming_api_base_url }
end
def usage
{
users: {
active_month: instance_presenter.active_user_count(4),
},
}
end
def configuration
{
accounts: {