style: fix linting issues met Prettier
This commit is contained in:
		
							parent
							
								
									1e7f8a1969
								
							
						
					
					
						commit
						65d79b010c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -14,7 +14,7 @@ export abstract class DwengoEntityRepository<T extends object> extends EntityRep | ||||||
|             // The faulty query is then retried everytime something is persisted. By clearing the entity
 |             // The faulty query is then retried everytime something is persisted. By clearing the entity
 | ||||||
|             // Manager in that case, we make sure that future queries will work.
 |             // Manager in that case, we make sure that future queries will work.
 | ||||||
|             if (e instanceof SyntaxErrorException) { |             if (e instanceof SyntaxErrorException) { | ||||||
|                 getLogger().error("SyntaxErrorException caught => entity manager cleared."); |                 getLogger().error('SyntaxErrorException caught => entity manager cleared.'); | ||||||
|                 this.em.clear(); |                 this.em.clear(); | ||||||
|             } else { |             } else { | ||||||
|                 throw e; |                 throw e; | ||||||
|  |  | ||||||
		Reference in a new issue
	
	 Lint Action
						Lint Action