This commit is contained in:
2026-01-28 15:19:50 +03:30
parent ab5c05106b
commit e7b5e96b5d
2 changed files with 1 additions and 302 deletions
@@ -34,7 +34,7 @@ export class TicketRepository extends EntityRepository<Ticket> {
limit,
offset,
orderBy: { createdAt: 'desc' },
populate: ['admin', 'user']
});