@measurequick/measurequick-report-generator 1.5.4 → 1.5.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -365,7 +365,7 @@ export async function getReport(payload, _test) {
|
|
|
365
365
|
}
|
|
366
366
|
}
|
|
367
367
|
|
|
368
|
-
function getTextFields(payload
|
|
368
|
+
function getTextFields(payload) {
|
|
369
369
|
return {
|
|
370
370
|
"cName": payload.site.customer.first_name && payload.site.customer.last_name ? `${payload.site.customer.first_name} ${payload.site.customer.last_name}` : "",
|
|
371
371
|
"address": payload.site.location.address ? payload.site.location.address : "",
|