tango-app-api-trax 3.9.27 → 3.9.28

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.27",
3
+ "version": "3.9.28",
4
4
  "description": "Trax",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -1765,6 +1765,7 @@ export async function sopMobilechecklistMultiSectionFormatterv2( req, res, next
1765
1765
  } else {
1766
1766
  if ( qaans[k].validationType == 'Capture Multiple Image with description' ) {
1767
1767
  qaans[k]['validationImage']=[];
1768
+ qaans[k]['validationVideo']=[];
1768
1769
  if ( requestSection[i].validationImage.length ) {
1769
1770
  for ( let image of requestSection[i].validationImage ) {
1770
1771
  let validationAnswer = decodeURIComponent( image.split( '?' )[0] );