tango-app-api-audit 3.4.57 → 3.4.58
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
|
@@ -4858,7 +4858,7 @@ export async function save( req, res ) {
|
|
|
4858
4858
|
}
|
|
4859
4859
|
}
|
|
4860
4860
|
|
|
4861
|
-
const outputFilePath =
|
|
4861
|
+
const outputFilePath = tempId[0]?.split( '_' );
|
|
4862
4862
|
// trax output in open serach
|
|
4863
4863
|
const folderPath = getFilePath?.sqs?.Body?.folderPath;
|
|
4864
4864
|
const output = {
|