grpc-shared
Advanced tools
Comparing version 1.0.41 to 1.0.42
@@ -23,3 +23,3 @@ "use strict"; | ||
function getOrganizationFromMetadata(metadata) { | ||
const [isBackoffice] = metadata.get(constants_1.IS_BACKOFFICE); | ||
const isBackoffice = getIsBackOfficeFromMetadata(metadata); | ||
if (isBackoffice) { | ||
@@ -26,0 +26,0 @@ const [org] = metadata.get(constants_1.ORGANIZATION); |
{ | ||
"name": "grpc-shared", | ||
"version": "1.0.41", | ||
"version": "1.0.42", | ||
"description": "shared logic between services", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
17955