tango-app-api-task 3.2.1-beta-17 → 3.2.1-beta-18

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-task",
3
- "version": "3.2.1-beta-17",
3
+ "version": "3.2.1-beta-18",
4
4
  "description": "Task",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -2640,7 +2640,7 @@ export async function eyeTesttask( req, res ) {
2640
2640
  return res.sendError( 'Maximum 3 referenceImage only allowed', 500 );
2641
2641
  }
2642
2642
  let data = {
2643
- checkListName: `${inputBody.taskName}(${storeDetails.storeName}-${dayjs().format( 'YYYY-MM-DD' )}-${inputBody.count})`,
2643
+ checkListName: `${inputBody.taskName}(${storeDetails.storeName}-${dayjs().format( 'YYYY-MM-DD' )})`,
2644
2644
  checkListDescription: inputBody.taskDescription,
2645
2645
  createdBy: creator[0]._id,
2646
2646
  createdByName: creator[0].userName,