@auth0-kits/server
Advanced tools
Comparing version 1.3.7 to 1.3.8
{ | ||
"name": "@auth0-kits/server", | ||
"version": "1.3.7", | ||
"version": "1.3.8", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -328,3 +328,3 @@ const querystring = require('querystring'); | ||
try { | ||
const url = `${this.auth0TenantUrl}${USER_URL}/${userId}/${USER_ROLES_URL}`; | ||
const url = `${this.auth0TenantUrl}${USER_URL}/${userId}${USER_ROLES_URL}`; | ||
this.tracer.crumb({ url }); | ||
@@ -331,0 +331,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12651