order
This commit is contained in:
@@ -33,7 +33,7 @@ export class Ticket extends BaseEntity {
|
||||
user: User;
|
||||
|
||||
@ManyToOne(() => Ticket)
|
||||
parent: Ticket[];
|
||||
parent: Ticket|null;
|
||||
|
||||
@Property({ type: 'json' })
|
||||
attachments: string[]
|
||||
|
||||
Reference in New Issue
Block a user