Remove useless respond_to calls (#13208)
		
	This commit is contained in:
		
					parent
					
						
							
								39453de232
							
						
					
				
			
			
				commit
				
					
						0ae5c6312f
					
				
			
		
					 47 changed files with 0 additions and 95 deletions
				
			
		|  | @ -7,8 +7,6 @@ class Api::V1::Statuses::FavouritesController < Api::BaseController | |||
|   before_action :require_user! | ||||
|   before_action :set_status | ||||
| 
 | ||||
|   respond_to :json | ||||
| 
 | ||||
|   def create | ||||
|     FavouriteService.new.call(current_account, @status) | ||||
|     render json: @status, serializer: REST::StatusSerializer | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue