tango-app-api-trax 3.4.0-flag-1 → 3.4.0-flag-2

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.0-flag-1",
3
+ "version": "3.4.0-flag-2",
4
4
  "description": "Trax",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -2665,7 +2665,7 @@ export const checklistDropdownV1 = async ( req, res ) => {
2665
2665
  $or: [
2666
2666
  { questionFlag: { $gte: 1 } },
2667
2667
  { timeFlag: { $gte: 1 } },
2668
- { checkListType: { $in: [ 'customerunattended', 'mobileusagedetection', 'staffleftinthemiddle', 'storeopenandclose', 'uniformdetection', 'cleaning', 'scrum' ] } },
2668
+ { checkListType: { $in: [ 'custom', 'customerunattended', 'mobileusagedetection', 'staffleftinthemiddle', 'storeopenandclose', 'uniformdetection', 'cleaning', 'scrum' ] } },
2669
2669
  ],
2670
2670
  },
2671
2671
  ] } },