Merge pull request #1396 from akihikodaki/duplicate
Do not declare two variables in a statement
This commit is contained in:
		
						commit
						9254966eb3
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -15,7 +15,8 @@ export default async ({ data }, done) => {
 | 
				
			||||||
		return;
 | 
							return;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	let follower, followee;
 | 
						let follower;
 | 
				
			||||||
 | 
						let followee;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	try {
 | 
						try {
 | 
				
			||||||
		[follower, followee] = await Promise.all([
 | 
							[follower, followee] = await Promise.all([
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue