tango-app-api-client 3.0.43-dev → 3.0.44-dev
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
|
@@ -1019,9 +1019,7 @@ export async function auditConfiguration( req, res ) {
|
|
|
1019
1019
|
logObj.changes = [ `Audit config bulk` ];
|
|
1020
1020
|
}
|
|
1021
1021
|
|
|
1022
|
-
|
|
1023
|
-
await insertOpenSearchData( appConfig.opensearch.activityLog, logObj );
|
|
1024
|
-
}
|
|
1022
|
+
await insertOpenSearchData( appConfig.opensearch.activityLog, logObj );
|
|
1025
1023
|
|
|
1026
1024
|
res.sendSuccess( { result: 'Updated Successfully' } );
|
|
1027
1025
|
} catch ( error ) {
|