tango-app-api-analysis-traffic 3.8.2-alpha.1 → 3.8.2-alpha.2

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-analysis-traffic",
3
- "version": "3.8.2-alpha.1",
3
+ "version": "3.8.2-alpha.2",
4
4
  "description": "Traffic Analysis",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -115,7 +115,7 @@ export async function mappingConfig( req, res, next ) {
115
115
  next();
116
116
  }
117
117
  } else if ( inputData.revopsType === 'junk' ) {
118
- if ( ( req?.user?.userType == 'client' && req?.user?.userType !== 'user ' ) || req?.user?.usertype === 'tango' ) {
118
+ if ( ( req?.user?.userType == 'client' && req?.user?.userType !== 'user ' ) || req?.user?.userType === 'tango' ) {
119
119
  next();
120
120
  return;
121
121
  } else {