fix: make the reference generate on apporaval

This commit is contained in:
Nathnael
2026-06-24 13:22:20 +00:00
parent 083a87ab9e
commit f7bbb03cc1
4 changed files with 61 additions and 18 deletions

View File

@@ -28,7 +28,7 @@ export class ResponseCompanyProfileDto {
this.id = profile.id;
this.companyId = profile.companyId;
this.type = profile.type;
this.reference = profile.reference;
this.reference = profile.reference ?? '';
this.status = profile.status;
this.businessLicense = profile.businessLicense;
this.licenseFiles = profile.businessLicenseFiles ?? [];