style: fix linting issues met Prettier
This commit is contained in:
		
							parent
							
								
									1b18338c78
								
							
						
					
					
						commit
						ba617a43e7
					
				
					 11 changed files with 46 additions and 30 deletions
				
			
		|  | @ -17,7 +17,7 @@ export async function initORM(testingMode = false): Promise<MikroORM<IDatabaseDr | |||
| 
 | ||||
|     // Update the database scheme if necessary and enabled.
 | ||||
|     if (getEnvVar(envVars.DbUpdate)) { | ||||
|         logger.info("MikroORM: Updating database schema"); | ||||
|         logger.info('MikroORM: Updating database schema'); | ||||
|         await orm.schema.updateSchema(); | ||||
|     } else { | ||||
|         const diff = await orm.schema.getUpdateSchemaSQL(); | ||||
|  |  | |||
		Reference in a new issue
	
	 Lint Action
						Lint Action