tango-app-api-trax 3.4.1-beta-0 → 3.4.1-beta-1

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.4.1-beta-0",
3
+ "version": "3.4.1-beta-1",
4
4
  "description": "Trax",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -2558,6 +2558,7 @@ export async function questionList( req, res ) {
2558
2558
  storeName: { $ifNull: [ '$storeName', '' ] },
2559
2559
  redoStatus: { $ifNull: [ '$redoStatus', false ] },
2560
2560
  rawImageUpload: { $ifNull: [ '$rawImageUpload', false ] },
2561
+ rawVideoUpload: { $ifNull: [ '$rawVideoUpload', false ] },
2561
2562
  },
2562
2563
  } );
2563
2564