aws-user-service
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -27,3 +27,3 @@ const AWS = require('aws-sdk'); | ||
const listUsersResponse = await cognito.listUsers({ | ||
UserPoolId: userPoolId, | ||
UserPoolId: this.authIntegrationUserPoolId, | ||
Filter: `custom:stripe_customer_id = "${customerId}"`, | ||
@@ -30,0 +30,0 @@ Limit: 1 |
{ | ||
"name": "aws-user-service", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "Contain methods to work with asw user", | ||
@@ -11,5 +11,3 @@ "main": "index.js", | ||
"license": "ISC", | ||
"dependencies": { | ||
} | ||
"dependencies": {} | ||
} |
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
2009