tango-app-api-task 3.4.1-activitylog-7 → 3.4.1-activitylog-8

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-task",
3
- "version": "3.4.1-activitylog-7",
3
+ "version": "3.4.1-activitylog-8",
4
4
  "description": "Task",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -988,6 +988,7 @@ export const taskDeleteV1 = async ( req, res ) => {
988
988
  createdBy: req.user.userName,
989
989
  coverage: taskConfig.coverage,
990
990
  logDetails: {},
991
+ userType: req?.user?.userType || '',
991
992
  };
992
993
  insertOpenSearchData( JSON.parse( process.env.OPENSEARCH ).traxActivityLog, logObj );
993
994
  // console.log( 'Update result:', resultData );