style: fix linting issues met Prettier
This commit is contained in:
		
							parent
							
								
									52bc02a9f9
								
							
						
					
					
						commit
						9f60c43522
					
				
					 1 changed files with 1 additions and 5 deletions
				
			
		|  | @ -6,11 +6,7 @@ import attachmentService from '../services/learning-objects/attachment-service.j | ||||||
| import { BadRequestException } from '../exceptions/bad-request-exception.js'; | import { BadRequestException } from '../exceptions/bad-request-exception.js'; | ||||||
| import { NotFoundException } from '../exceptions/not-found-exception.js'; | import { NotFoundException } from '../exceptions/not-found-exception.js'; | ||||||
| import { envVars, getEnvVar } from '../util/envVars.js'; | import { envVars, getEnvVar } from '../util/envVars.js'; | ||||||
| import { | import { FilteredLearningObject, LearningObjectIdentifier, LearningPathIdentifier } from '@dwengo-1/common/interfaces/learning-content'; | ||||||
|     FilteredLearningObject, |  | ||||||
|     LearningObjectIdentifier, |  | ||||||
|     LearningPathIdentifier, |  | ||||||
| } from '@dwengo-1/common/interfaces/learning-content'; |  | ||||||
| 
 | 
 | ||||||
| function getLearningObjectIdentifierFromRequest(req: Request): LearningObjectIdentifier { | function getLearningObjectIdentifierFromRequest(req: Request): LearningObjectIdentifier { | ||||||
|     if (!req.params.hruid) { |     if (!req.params.hruid) { | ||||||
|  |  | ||||||
		Reference in a new issue
	
	 Lint Action
						Lint Action