tango-app-api-trax 3.6.1-runai-4 → 3.6.1-runai-5
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
|
@@ -2596,7 +2596,7 @@ export async function dashboardv1( req, res ) {
|
|
|
2596
2596
|
...storeMatch,
|
|
2597
2597
|
};
|
|
2598
2598
|
|
|
2599
|
-
console.log( 'taskBaseMatch =>', taskBaseMatch );
|
|
2599
|
+
// console.log( 'taskBaseMatch =>', taskBaseMatch );
|
|
2600
2600
|
const taskBuildPipeline = ( matchExtraConditions = {} ) => [
|
|
2601
2601
|
{ $match: { ...taskBaseMatch, ...matchExtraConditions } },
|
|
2602
2602
|
{
|