style: fix linting issues met Prettier
This commit is contained in:
		
							parent
							
								
									b539c28d8c
								
							
						
					
					
						commit
						009d7b803c
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -1,6 +1,6 @@ | ||||||
| import { LearningPath, LearningPathResponse } from '../../interfaces/learning-content'; | import { LearningPath, LearningPathResponse } from '../../interfaces/learning-content'; | ||||||
| import { Language } from '../../entities/content/language'; | import { Language } from '../../entities/content/language'; | ||||||
| import {PersonalizationTarget} from "./learning-path-personalization-util"; | import { PersonalizationTarget } from './learning-path-personalization-util'; | ||||||
| 
 | 
 | ||||||
| /** | /** | ||||||
|  * Generic interface for a service which provides access to learning paths from a data source. |  * Generic interface for a service which provides access to learning paths from a data source. | ||||||
|  |  | ||||||
|  | @ -3,7 +3,7 @@ import dwengoApiLearningPathProvider from './dwengo-api-learning-path-provider'; | ||||||
| import databaseLearningPathProvider from './database-learning-path-provider'; | import databaseLearningPathProvider from './database-learning-path-provider'; | ||||||
| import { EnvVars, getEnvVar } from '../../util/envvars'; | import { EnvVars, getEnvVar } from '../../util/envvars'; | ||||||
| import { Language } from '../../entities/content/language'; | import { Language } from '../../entities/content/language'; | ||||||
| import {PersonalizationTarget} from "./learning-path-personalization-util"; | import { PersonalizationTarget } from './learning-path-personalization-util'; | ||||||
| 
 | 
 | ||||||
| const userContentPrefix = getEnvVar(EnvVars.UserContentPrefix); | const userContentPrefix = getEnvVar(EnvVars.UserContentPrefix); | ||||||
| const allProviders = [dwengoApiLearningPathProvider, databaseLearningPathProvider]; | const allProviders = [dwengoApiLearningPathProvider, databaseLearningPathProvider]; | ||||||
|  |  | ||||||
		Reference in a new issue
	
	 Lint Action
						Lint Action