tango-app-api-trax 3.9.51 → 3.9.52

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.9.51",
3
+ "version": "3.9.52",
4
4
  "description": "Trax",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -1825,7 +1825,7 @@ export async function sopMobilechecklistMultiSectionFormatterv2( req, res, next
1825
1825
  structure.multiQuestionReferenceImage = qaAnswers[j].multiQuestionReferenceImage || [];
1826
1826
  structure.descriptivetype = qaAnswers[j].descriptivetype;
1827
1827
  structure.allowMultiple = qaAnswers[j].allowMultiple;
1828
- structure.compliance = ( requestSection[i]?.answer && ( requestSection[i]?.answer?.toLowerCase() === 'n/a' || requestSection[i]?.answer?.toLowerCase() === 'na' ) )? 0 : qaAnswers[j]?.compliance;
1828
+ structure.compliance = qaAnswers[j]?.compliance;
1829
1829
  // structure.parentQuestion = requestSection[i]?.parentQuestion || qaAnswers[j].qno;
1830
1830
  structure.oldQname = qaAnswers[j]?.oldQname || qaAnswers[j].qname;
1831
1831
  if ( qaAnswers[j]?.taskId ) {