tango-app-api-audit 3.4.53 → 3.4.54

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.53",
3
+ "version": "3.4.54",
4
4
  "description": "audit & audit metrics apis",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -1477,7 +1477,7 @@ export async function saveBinary( req, res ) {
1477
1477
  fileDate: inputData.fileDate,
1478
1478
  storeId: inputData.storeId,
1479
1479
  moduleType: inputData.moduleType,
1480
- streamName: inputData.streamName,
1480
+ streamName: req.userAudit?.streamName,
1481
1481
  },
1482
1482
  );
1483
1483
  const output = {