tango-app-api-audit 3.4.29 → 3.4.30

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.29",
3
+ "version": "3.4.30",
4
4
  "description": "audit & audit metrics apis",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -396,7 +396,7 @@ export async function auditWalletSummary( req, res ) {
396
396
 
397
397
 
398
398
  if ( inputData.isExport ) {
399
- await download( count, res );
399
+ await download( ...count, res );
400
400
  return;
401
401
  }
402
402