diff --git a/backend/src/report/report.service.ts b/backend/src/report/report.service.ts index fc7a8ce6..ff4e3e2a 100644 --- a/backend/src/report/report.service.ts +++ b/backend/src/report/report.service.ts @@ -415,7 +415,7 @@ export class ReportService { mailing_country_code: tenantAddr ? tenantAddr.countryCd : '', mailing_country: tenantAddr ? tenantAddr.country : '', location_description: rawData.locLand, - tenure: tenure ? JSON.stringify(tenure) : '', + tenure: tenure ? tenure : '', }; data = { DTID: mappedData.dtid,