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

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-13",
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 );
@@ -2022,7 +2022,7 @@ export async function submitTask( req, res ) {
2022
2022
  const updateQuery = {
2023
2023
  _id: new ObjectId( processedcheckListId ),
2024
2024
  userId: user._id,
2025
- date_string: date,
2025
+ // date_string: date,
2026
2026
  };
2027
2027
 
2028
2028
  // questionAnswers.forEach( ( section ) => {