tango-app-api-trax 3.5.1-alpha-0 → 3.5.1-alpha-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.5.1-alpha-0",
3
+ "version": "3.5.1-alpha-1",
4
4
  "description": "Trax",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -3725,7 +3725,7 @@ async function insertPCBulkV4( getCLconfig, checklistId, currentdate, updatedche
3725
3725
  {
3726
3726
  $and: [
3727
3727
  { checklistStatus: 'open' },
3728
- { redoStatus: 'true' },
3728
+ { redoStatus: true },
3729
3729
  ],
3730
3730
  },
3731
3731
  {