tango-app-api-audit 3.5.56 → 3.5.57
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
|
@@ -448,7 +448,7 @@ export async function openSearchLog( inputData, user, id ) {
|
|
|
448
448
|
},
|
|
449
449
|
|
|
450
450
|
};
|
|
451
|
-
await insertWithId( openSearch.
|
|
451
|
+
await insertWithId( openSearch.auditedLogs, id, logs );
|
|
452
452
|
return true;
|
|
453
453
|
} catch ( error ) {
|
|
454
454
|
logger.error( { error: error, message: { logs: logs, id: id }, function: 'openSearchLog-audit.validation' } );
|