Format with Prettier 2

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2021-01-06 23:48:53 +01:00
parent 25e74f4ae7
commit f81e67a3a1
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3
15 changed files with 36 additions and 94 deletions

View file

@ -23,10 +23,10 @@ export class MediaUpload {
@PrimaryColumn()
id: string;
@ManyToOne(_ => Note, { nullable: false })
@ManyToOne((_) => Note, { nullable: false })
note: Note;
@ManyToOne(_ => User, { nullable: false })
@ManyToOne((_) => User, { nullable: false })
user: User;
@Column({