Add log
This commit is contained in:
		
							parent
							
								
									db693f598b
								
							
						
					
					
						commit
						5bc30c5493
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -45,6 +45,8 @@ export async function importFollowing(job: Bull.Job, done: any): Promise<void> { | ||||||
| 			target = await resolveUser(username, host); | 			target = await resolveUser(username, host); | ||||||
| 		} | 		} | ||||||
| 
 | 
 | ||||||
|  | 		logger.info(`Follow ${target._id} ...`); | ||||||
|  | 
 | ||||||
| 		follow(user, target); | 		follow(user, target); | ||||||
| 	} | 	} | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue