tango-app-api-analysis-zone 3.7.1-alpha.1 → 3.7.1-alpha.2
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
|
@@ -326,6 +326,7 @@ export const customerJourneyTableV2 = async ( req, res ) => {
|
|
|
326
326
|
// 'Avg Dwell Time': element.AvgDwellTime,
|
|
327
327
|
// } );
|
|
328
328
|
// } );
|
|
329
|
+
resultData.customerJourneyTableData = [ Object.fromEntries( resultData.customerJourneyTableData ) ];
|
|
329
330
|
return await download( resultData.customerJourneyTableData, res );
|
|
330
331
|
} else {
|
|
331
332
|
return res.sendError( 'No Content', 204 );
|