Fix: Add missing bracket
This commit is contained in:
		
							parent
							
								
									d166dbd01e
								
							
						
					
					
						commit
						ad57e36d0d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -49,7 +49,7 @@ export default ({ data }, done) => Following.findOne({ _id: data.following }).th
 | 
				
			||||||
						port,
 | 
											port,
 | 
				
			||||||
						pathname,
 | 
											pathname,
 | 
				
			||||||
						search
 | 
											search
 | 
				
			||||||
					} = new URL(followee.account as IRemoteAccount).inbox);
 | 
										} = new URL((followee.account as IRemoteAccount).inbox);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
					const req = request({
 | 
										const req = request({
 | 
				
			||||||
						protocol,
 | 
											protocol,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue