tango-app-api-trax 3.3.1-hotfix-9 → 3.3.1-hotfix-10

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.3.1-hotfix-9",
3
+ "version": "3.3.1-hotfix-10",
4
4
  "description": "Trax",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -2462,7 +2462,7 @@ export async function checklistv1( req, res ) {
2462
2462
  ...projectExtraConditions,
2463
2463
  client_id: { $ifNull: [ '$client_id', '' ] },
2464
2464
  coverage: { $ifNull: [ '$coverage', '' ] },
2465
- taskType: { $ifNull: [ '$type', '' ] },
2465
+ taskType: { $ifNull: [ '$planoType', '' ] },
2466
2466
  },
2467
2467
  },
2468
2468
  ];