tango-app-api-audit 3.4.11-alpha.0 → 3.4.11-alpha.1
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
|
@@ -527,7 +527,7 @@ export async function getAuditFile( req, res ) {
|
|
|
527
527
|
img_name: indexes[1],
|
|
528
528
|
img_id: image[0],
|
|
529
529
|
selected: false,
|
|
530
|
-
|
|
530
|
+
demographic: 'a',
|
|
531
531
|
dropped: false,
|
|
532
532
|
count: 1,
|
|
533
533
|
mappedid: [ mapimg ],
|
|
@@ -716,7 +716,7 @@ export async function getAuditImage( msg ) {
|
|
|
716
716
|
img_name: indexes[1],
|
|
717
717
|
img_id: image[0],
|
|
718
718
|
selected: false,
|
|
719
|
-
|
|
719
|
+
demographic: 'a',
|
|
720
720
|
dropped: false,
|
|
721
721
|
count: 1,
|
|
722
722
|
mappedid: [ mapimg ],
|