style: fix linting issues met ESLint
This commit is contained in:
parent
ccacc69ed8
commit
e58835aa17
5 changed files with 9 additions and 11 deletions
|
@ -8,9 +8,7 @@ import { TeacherInvitationRepository } from '../../data/classes/teacher-invitati
|
|||
*/
|
||||
@Entity({ repository: () => TeacherInvitationRepository })
|
||||
@Entity({
|
||||
repository: () => {
|
||||
return TeacherInvitationRepository;
|
||||
},
|
||||
repository: () => TeacherInvitationRepository,
|
||||
})
|
||||
export class TeacherInvitation {
|
||||
@ManyToOne({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue