tango-app-api-trax 3.7.2-multireff-12 → 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-12",
3
+ "version": "3.7.2-multireff-13",
4
4
  "description": "Trax",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -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 ) => {