Merge pull request #1383 from akihikodaki/unfollow
Add a missing semicolon
This commit is contained in:
		
						commit
						a596a960bf
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -30,7 +30,7 @@ export default async (resolver, actor, activity, distribute) => {
 | 
				
			||||||
		const { _id } = await Following.findOne({
 | 
							const { _id } = await Following.findOne({
 | 
				
			||||||
			followerId: actor._id,
 | 
								followerId: actor._id,
 | 
				
			||||||
			followeeId: followee._id
 | 
								followeeId: followee._id
 | 
				
			||||||
		})
 | 
							});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		return {
 | 
							return {
 | 
				
			||||||
			resolver,
 | 
								resolver,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue