tango-app-api-trax 3.7.2-multireff-11 → 3.7.2-multireff-12

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.7.2-multireff-11",
3
+ "version": "3.7.2-multireff-12",
4
4
  "description": "Trax",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -403,7 +403,7 @@ export async function startTask( req, res ) {
403
403
  const updateQuery = {
404
404
  _id: new ObjectId( requestData.processedcheckListId ),
405
405
  userId: user._id,
406
- date_string: requestData.date,
406
+ // date_string: requestData.date,
407
407
  };
408
408
 
409
409
  const updateTaskResult = await processedTask.updateOne( updateQuery, updateData );