aws-user-service
Advanced tools
Comparing version 1.3.3 to 1.4.0
@@ -60,3 +60,5 @@ const MongoRepository = require('senter-mongo-repository') | ||
const cognitoUser = result[0].Users[0] | ||
cognitoUser.organisationId = result[1].organisationId | ||
if (result[1]) { | ||
cognitoUser.organisationId = result[1].organisationId | ||
} | ||
cognitoUser.id = userId | ||
@@ -63,0 +65,0 @@ return cognitoUser |
{ | ||
"name": "aws-user-service", | ||
"version": "1.3.3", | ||
"version": "1.4.0", | ||
"description": "Contain methods to work with asw user", | ||
@@ -5,0 +5,0 @@ "main": "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
5008
115