tango-app-api-audit 3.4.43 → 3.4.44

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.43",
3
+ "version": "3.4.44",
4
4
  "description": "audit & audit metrics apis",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -1258,7 +1258,7 @@ export async function saveBinary( req, res ) {
1258
1258
  formData.append( 'storeName', stores?.storeName );
1259
1259
  formData.append( 'taskName', 'EyeTest QR Verification' );
1260
1260
  formData.append( 'answerType', 'image' );
1261
- formData.append( 'question', 'Please Upload QR image of the clinic' );
1261
+ formData.append( 'question', 'Please upload the QR image pasted in this clinic' );
1262
1262
  formData.append( 'scheduleDate', formattedDate );
1263
1263
  formData.append( 'scheduleEndTime', '11:00 PM' );
1264
1264