rollup migrations into one

This commit is contained in:
Abdalhamid Alhamad
2025-07-30 13:08:31 +03:00
parent 19fa53c981
commit cff87c4ecd
28 changed files with 255 additions and 816 deletions

View File

@ -79,7 +79,7 @@ export class CustomerResponseDto {
this.gender = customer.gender;
this.isJunior = customer.isJunior;
this.isGuardian = customer.isGuardian;
this.waitingNumber = customer.waitingNumber;
this.waitingNumber = customer.applicationNumber;
this.profilePicture = customer.profilePicture ? new DocumentMetaResponseDto(customer.profilePicture) : null;
}