tango-app-api-trax 3.9.42 → 3.9.43
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
|
@@ -966,7 +966,7 @@ async function LamdaServiceCall( url, data ) {
|
|
|
966
966
|
export const flagChecklistCardsV1 = async ( req, res ) => {
|
|
967
967
|
try {
|
|
968
968
|
let reqestData = req.body;
|
|
969
|
-
const lamdaUrl = JSON.parse( process.env.
|
|
969
|
+
const lamdaUrl = JSON.parse( process.env.LAMBDAURL );
|
|
970
970
|
|
|
971
971
|
if ( reqestData.ChecklistType == 'custom' ) {
|
|
972
972
|
const pipeline = [
|
|
@@ -2092,7 +2092,7 @@ export const flagTablesV2 = async ( req, res ) => {
|
|
|
2092
2092
|
toDate.setUTCHours( 23, 59, 59, 59 );
|
|
2093
2093
|
let result = {};
|
|
2094
2094
|
|
|
2095
|
-
const lamdaUrl = JSON.parse( process.env.
|
|
2095
|
+
const lamdaUrl = JSON.parse( process.env.LAMBDAURL );
|
|
2096
2096
|
|
|
2097
2097
|
let findQuery = [];
|
|
2098
2098
|
let findAndQuery = [];
|