tango-app-api-trax 3.2.1-beta-11 → 3.2.1-hotfix-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.2.1-beta-11",
3
+ "version": "3.2.1-hotfix-1",
4
4
  "description": "Trax",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -26,7 +26,7 @@
26
26
  "mongodb": "^6.8.0",
27
27
  "nodemon": "^3.1.4",
28
28
  "path": "^0.12.7",
29
- "tango-api-schema": "^2.2.24",
29
+ "tango-api-schema": "^2.2.67",
30
30
  "tango-app-api-middleware": "^3.1.50",
31
31
  "url": "^0.11.4",
32
32
  "winston": "^3.13.1",
@@ -2461,6 +2461,7 @@ export async function questionList( req, res ) {
2461
2461
  userEmail: { $ifNull: [ '$userEmail', '' ] },
2462
2462
  storeName: { $ifNull: [ '$storeName', '' ] },
2463
2463
  redoStatus: { $ifNull: [ '$redoStatus', false ] },
2464
+ rawImage: { $ifNull: [ '$rawImage', false ] },
2464
2465
  },
2465
2466
  } );
2466
2467