style: fix linting issues met Prettier
This commit is contained in:
		
							parent
							
								
									b963101f62
								
							
						
					
					
						commit
						34facfe7c8
					
				
					 12 changed files with 70 additions and 72 deletions
				
			
		| 
						 | 
				
			
			@ -11,10 +11,10 @@ import {
 | 
			
		|||
    getClassStudents,
 | 
			
		||||
    getClassTeacherInvitations,
 | 
			
		||||
    getClassTeachers,
 | 
			
		||||
    putClass
 | 
			
		||||
    putClass,
 | 
			
		||||
} from '../services/classes.js';
 | 
			
		||||
import { ClassDTO } from '@dwengo-1/common/interfaces/class';
 | 
			
		||||
import {requireFields} from "./error-helper";
 | 
			
		||||
import { requireFields } from './error-helper';
 | 
			
		||||
import { EntityDTO } from '@mikro-orm/core';
 | 
			
		||||
import { Class } from '../entities/classes/class.entity.js';
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue