tango-app-api-task 3.7.32 → 3.7.34
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
|
@@ -7509,6 +7509,7 @@ async function insertAItaskProcessedTaskCreation( checkTask, inputBody, date, ti
|
|
|
7509
7509
|
let getoldConfigdata = await taskService.findOne( { _id: checkTask._id } );
|
|
7510
7510
|
|
|
7511
7511
|
const uniqueUsers = mergeUnique( getoldConfigdata.approver, userAdmin, '_id' );
|
|
7512
|
+
|
|
7512
7513
|
// Question Patten Making
|
|
7513
7514
|
let question = [
|
|
7514
7515
|
{
|
|
@@ -7605,7 +7606,6 @@ async function insertAItaskProcessedTaskCreation( checkTask, inputBody, date, ti
|
|
|
7605
7606
|
insertData.push( { ...newData } );
|
|
7606
7607
|
} );
|
|
7607
7608
|
let insertprocessdata = await taskProcessedService.insertMany( insertData );
|
|
7608
|
-
console.log( '🚀 ~ insertAItaskSingleProcessedTask ~ insertprocessdata:', insertprocessdata );
|
|
7609
7609
|
if ( insertprocessdata ) {
|
|
7610
7610
|
if ( uniqueUsers && uniqueUsers.length>0 ) {
|
|
7611
7611
|
// updated Task Approver//
|