Remove useless respond_to calls (#13208)
		
	This commit is contained in:
		
					parent
					
						
							
								39453de232
							
						
					
				
			
			
				commit
				
					
						0ae5c6312f
					
				
			
		
					 47 changed files with 0 additions and 95 deletions
				
			
		|  | @ -4,8 +4,6 @@ class Api::V1::Accounts::RelationshipsController < Api::BaseController | |||
|   before_action -> { doorkeeper_authorize! :read, :'read:follows' } | ||||
|   before_action :require_user! | ||||
| 
 | ||||
|   respond_to :json | ||||
| 
 | ||||
|   def index | ||||
|     accounts = Account.where(id: account_ids).select('id') | ||||
|     # .where doesn't guarantee that our results are in the same order | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue