tango-app-api-trax 3.7.2-multireff-8 → 3.7.2-multireff-9
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
|
@@ -3989,7 +3989,7 @@ export async function questionListV1( req, res ) {
|
|
|
3989
3989
|
return res.sendError( 'Check List Got Edited Please Fill Again', 422 );
|
|
3990
3990
|
} else {
|
|
3991
3991
|
logger.info( `v5 => Checklist Continue => store Name: ${getchecklist[0].storeName}, User Email: ${getchecklist[0].userEmail}, Checklist Name: ${getchecklist[0].checkListName}` );
|
|
3992
|
-
|
|
3992
|
+
let bucket = JSON.parse( process.env.BUCKET );
|
|
3993
3993
|
let cdnurl = JSON.parse( process.env.CDNURL );
|
|
3994
3994
|
for ( let [ secIndex, section ] of getchecklist[0].questionAnswers.entries() ) {
|
|
3995
3995
|
for ( let [ questionIndex, question ] of section.questions.entries() ) {
|