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
|
@@ -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 );
|