tango-app-api-audit 3.3.0-alpha.10 → 3.3.0-alpha.11

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.3.0-alpha.10",
3
+ "version": "3.3.0-alpha.11",
4
4
  "description": "audit & audit metrics apis",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -246,7 +246,7 @@ export async function getAuditImageData( data ) {
246
246
  if ( auditImages && auditImages?.length > 0 ) {
247
247
  for ( let i = 0; i < auditImages.length; i++ ) {
248
248
  const img = auditImages[i].Key.split( '/' );
249
- const image = img[2].split( '.' );
249
+ const image = img[3].split( '.' );
250
250
  const indexes = image[0].split( '_' );
251
251
  const params = {
252
252
  file_path: auditImages[i].Key,