Fix: Add missing semicolon
This commit is contained in:
		
							parent
							
								
									1dd31647d7
								
							
						
					
					
						commit
						6ae39244eb
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -80,7 +80,7 @@ module.exports = async (params, user, _, isSecure) => | ||||||
| 	const iObj = await serialize(user, user, { | 	const iObj = await serialize(user, user, { | ||||||
| 		detail: true, | 		detail: true, | ||||||
| 		includeSecrets: isSecure | 		includeSecrets: isSecure | ||||||
| 	}) | 	}); | ||||||
| 
 | 
 | ||||||
| 	// Send response
 | 	// Send response
 | ||||||
| 	res(iObj); | 	res(iObj); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue