tango-app-api-audit 3.4.50 → 3.4.51

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-api-audit",
3
- "version": "3.4.50",
3
+ "version": "3.4.51",
4
4
  "description": "audit & audit metrics apis",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -1337,9 +1337,9 @@ export async function saveBinary( req, res ) {
1337
1337
 
1338
1338
  const formData = new FormData();
1339
1339
  formData.append( 'storeName', stores?.storeName );
1340
- formData.append( 'taskName', 'EyeTest QR Verification' );
1340
+ formData.append( 'taskName', `EyeTest QR Verification-${req.userAudit?.streamName}` );
1341
1341
  formData.append( 'answerType', 'image' );
1342
- formData.append( 'question', 'Please upload the QR image pasted in this clinic' );
1342
+ formData.append( 'question', `Please upload the QR image pasted in this clinic-${req.userAudit?.streamName}` );
1343
1343
  formData.append( 'scheduleDate', formattedDate );
1344
1344
  formData.append( 'scheduleEndTime', '11:00 PM' );
1345
1345