mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-05 09:14:02 -04:00
Format with Prettier 2
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
25e74f4ae7
commit
f81e67a3a1
15 changed files with 36 additions and 94 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue