tango-app-api-task 3.4.1-activitylog-19 → 3.4.1-activitylog-20

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.4.1-activitylog-19",
3
+ "version": "3.4.1-activitylog-20",
4
4
  "description": "Task",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -3830,6 +3830,7 @@ export async function eyeTesttask( req, res ) {
3830
3830
  checkListName: data.checkListName,
3831
3831
  client_id: inputBody.clientId,
3832
3832
  userId: userId,
3833
+ assignId:storeDetails?._id
3833
3834
  };
3834
3835
  await taskAssignService.create( userDetails );
3835
3836
  await insertSingleProcessData( response?._id, true, inputBody );