Fix rubocop warning (#16214)
This commit is contained in:
		
					parent
					
						
							
								7032d4f582
							
						
					
				
			
			
				commit
				
					
						b5ad787ebf
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -46,7 +46,7 @@ class ActivityPub::Activity::Create < ActivityPub::Activity
 | 
			
		|||
    return reject_payload! if unsupported_object_type? || invalid_origin?(object_uri) || tombstone_exists? || !related_to_local_activity?
 | 
			
		||||
 | 
			
		||||
    lock_or_fail("create:#{object_uri}") do
 | 
			
		||||
      return if delete_arrived_first?(object_uri) || poll_vote? # rubocop:disable Lint/NonLocalExitFromIterator
 | 
			
		||||
      return if delete_arrived_first?(object_uri) || poll_vote?
 | 
			
		||||
 | 
			
		||||
      @status = find_existing_status
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue