tango-app-api-trax 3.4.1-activitylog-3 → 3.4.1-activitylog-4

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-trax",
3
- "version": "3.4.1-activitylog-3",
3
+ "version": "3.4.1-activitylog-4",
4
4
  "description": "Trax",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -1022,8 +1022,8 @@ export const update = async ( req, res ) => {
1022
1022
  questionAdd: questionList.questionAdd,
1023
1023
  questionEdit: questionList.questionEdit,
1024
1024
  questionDelete: questionList.questionDelete,
1025
- userType: req.user.userType,
1026
1025
  },
1026
+ userType: req.user.userType,
1027
1027
  };
1028
1028
  insertOpenSearchData( JSON.parse( process.env.OPENSEARCH ).traxActivityLog, insertLogData );
1029
1029
  }