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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-api-client",
3
- "version": "3.0.43-dev",
3
+ "version": "3.0.44-dev",
4
4
  "description": "client",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -1019,9 +1019,7 @@ export async function auditConfiguration( req, res ) {
1019
1019
  logObj.changes = [ `Audit config bulk` ];
1020
1020
  }
1021
1021
 
1022
- if ( updateKeys.length ) {
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 ) {