style: fix linting issues met Prettier
This commit is contained in:
		
							parent
							
								
									fb016e8d31
								
							
						
					
					
						commit
						8b5eabf69e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -24,7 +24,7 @@ export class QuestionRepository extends DwengoEntityRepository<Question> { | |||
|         questionEntity.author = question.author; | ||||
|         questionEntity.inGroup = question.inGroup; | ||||
|         questionEntity.content = question.content; | ||||
|         return (await this.insert(questionEntity)); | ||||
|         return await this.insert(questionEntity); | ||||
|     } | ||||
|     public async findAllQuestionsAboutLearningObject(loId: LearningObjectIdentifier): Promise<Question[]> { | ||||
|         return this.findAll({ | ||||
|  |  | |||
		Reference in a new issue
	
	 Lint Action
						Lint Action