tango-app-api-task 3.5.0-alpha-5 → 3.5.0-alpha-6

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.5.0-alpha-5",
3
+ "version": "3.5.0-alpha-6",
4
4
  "description": "Task",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -32654,6 +32654,8 @@ export async function StoreHygienetask( req, res ) {
32654
32654
  checkListName: data.checkListName,
32655
32655
  client_id: inputBody.clientId,
32656
32656
  userId: userId,
32657
+ assignId: storeDetails?._id,
32658
+
32657
32659
  };
32658
32660
  await taskAssignService.create( userDetails );
32659
32661
  await insertSingleProcessData( response?._id );