style: fix linting issues met Prettier
This commit is contained in:
		
							parent
							
								
									56d34adbc0
								
							
						
					
					
						commit
						7ad808cf3b
					
				
					 34 changed files with 244 additions and 214 deletions
				
			
		| 
						 | 
				
			
			@ -6,7 +6,7 @@ import { EnvVars, getEnvVar } from '../util/envvars.js';
 | 
			
		|||
import { Language } from '../entities/content/language.js';
 | 
			
		||||
import attachmentService from '../services/learning-objects/attachment-service.js';
 | 
			
		||||
import { NotFoundError } from '@mikro-orm/core';
 | 
			
		||||
import {BadRequestException} from "../exceptions/bad-request-exception.js";
 | 
			
		||||
import { BadRequestException } from '../exceptions/bad-request-exception.js';
 | 
			
		||||
 | 
			
		||||
function getLearningObjectIdentifierFromRequest(req: Request): LearningObjectIdentifier {
 | 
			
		||||
    if (!req.params.hruid) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue