Remove unused usage method from REST::V1::InstanceSerializer (#32768)
				
					
				
			This commit is contained in:
		@@ -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: {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user