style(backend): Lint
This commit is contained in:
		
							parent
							
								
									d21377cda4
								
							
						
					
					
						commit
						3c3a1d89c6
					
				
					 8 changed files with 28 additions and 29 deletions
				
			
		|  | @ -12,7 +12,7 @@ export function mapToGroup(groupDto: GroupDTO, clazz: Class): Group { | |||
| 
 | ||||
|     return getGroupRepository().create({ | ||||
|         groupNumber: groupDto.groupNumber, | ||||
|         assignment: mapToAssignment(assignmentDto, clazz!), | ||||
|         assignment: mapToAssignment(assignmentDto, clazz), | ||||
|         members: groupDto.members.map(studentDto => mapToStudent(studentDto as StudentDTO)) | ||||
|     }); | ||||
| } | ||||
|  |  | |||
		Reference in a new issue
	
	 Gerald Schmittinger
						Gerald Schmittinger