Skip to content

Commit

Permalink
ticdi-118 - tenure object was stringified?
Browse files Browse the repository at this point in the history
  • Loading branch information
mgtennant committed Oct 7, 2024
1 parent 0afc574 commit 27aceb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/report/report.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 27aceb3

Please sign in to comment.