aws-user-service
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -150,2 +150,3 @@ const MongoRepository = require('senter-mongo-repository') | ||
const response = await this.cognitoidentityserviceprovider.adminDisableUser(params) | ||
console.log(response); | ||
if (response.error) { | ||
@@ -162,2 +163,3 @@ throw response.error | ||
const response = await this.cognitoidentityserviceprovider.adminEnableUser(params) | ||
console.log(response); | ||
if (response.error) { | ||
@@ -164,0 +166,0 @@ throw response.error |
{ | ||
"name": "aws-user-service", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"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
6643
160