tango-app-api-trax 3.2.0-beta.4 → 3.2.0-beta.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-api-trax",
3
- "version": "3.2.0-beta.4",
3
+ "version": "3.2.0-beta.5",
4
4
  "description": "Trax",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -2086,7 +2086,7 @@ async function insertPCBulkV3( getCLconfig, checklistId, currentdate, updatedche
2086
2086
  }
2087
2087
  } );
2088
2088
  getsubmitDetails[0].questionAnswers[index].questions = question;
2089
- sectionList.push( getsubmitDetails[0].questionAnswers[index].questions );
2089
+ sectionList.push( getsubmitDetails[0].questionAnswers[index] );
2090
2090
  } else {
2091
2091
  modifiedCount++;
2092
2092
  sectionList.push( section );