refactor(lint): removed extra semi
This commit is contained in:
		
							parent
							
								
									2852c30e1f
								
							
						
					
					
						commit
						33e5294a94
					
				| @ -20,7 +20,7 @@ export function createToken({ | |||||||
|     withLowercase ? 'abcdefghijklmopqrstuvwxyz' : '', |     withLowercase ? 'abcdefghijklmopqrstuvwxyz' : '', | ||||||
|     withNumbers ? '0123456789' : '', |     withNumbers ? '0123456789' : '', | ||||||
|     withSymbols ? '.,;:!?./-"\'#{([-|\\@)]=}*+' : '', |     withSymbols ? '.,;:!?./-"\'#{([-|\\@)]=}*+' : '', | ||||||
|   ].join(''); ; |   ].join(''); | ||||||
| 
 | 
 | ||||||
|   return shuffleString(allAlphabet.repeat(length)).substring(0, length); |   return shuffleString(allAlphabet.repeat(length)).substring(0, length); | ||||||
| } | } | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user