style: fix linting issues met Prettier
This commit is contained in:
		
							parent
							
								
									1b18338c78
								
							
						
					
					
						commit
						ba617a43e7
					
				
					 11 changed files with 46 additions and 30 deletions
				
			
		|  | @ -5,7 +5,10 @@ import { seedORM } from './seedORM.js'; | |||
| 
 | ||||
| const logger: Logger = getLogger(); | ||||
| 
 | ||||
| export async function seedDatabase(envFile = '.env.development.local', testMode = process.env.NODE_ENV !== undefined && process.env.NODE_ENV === 'test'): Promise<void> { | ||||
| export async function seedDatabase( | ||||
|     envFile = '.env.development.local', | ||||
|     testMode = process.env.NODE_ENV !== undefined && process.env.NODE_ENV === 'test' | ||||
| ): Promise<void> { | ||||
|     dotenv.config({ path: envFile }); | ||||
| 
 | ||||
|     try { | ||||
|  |  | |||
		Reference in a new issue
	
	 Lint Action
						Lint Action