tango-app-api-trax 3.2.1-hotfix-1 → 3.2.1-hotfix-3

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-hotfix-1",
3
+ "version": "3.2.1-hotfix-3",
4
4
  "description": "Trax",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -2461,7 +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
+ rawImageUpload: { $ifNull: [ '$rawImageUpload', false ] },
2465
2465
  },
2466
2466
  } );
2467
2467