This commit is contained in:
2026-01-10 15:55:05 +03:30
parent aa23bf5614
commit 984b889587
5 changed files with 11 additions and 14 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ export class Ticket extends BaseEntity {
user: User;
@ManyToOne(() => Ticket)
parent: Ticket[];
parent: Ticket|null;
@Property({ type: 'json' })
attachments: string[]