Add missing semicolon
This commit is contained in:
		
							parent
							
								
									377a7fdf3e
								
							
						
					
					
						commit
						250933fff3
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -322,7 +322,7 @@ export default async function(
 | 
			
		|||
				if (type) {
 | 
			
		||||
					res([type.mime, type.ext]);
 | 
			
		||||
				} else if (isSvg(buffer)) {
 | 
			
		||||
					res(['image/svg+xml', 'svg'])
 | 
			
		||||
					res(['image/svg+xml', 'svg']);
 | 
			
		||||
				} else {
 | 
			
		||||
					// 種類が同定できなかったら application/octet-stream にする
 | 
			
		||||
					res(['application/octet-stream', null]);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue