Skip to content

Commit

Permalink
Update cli.js
Browse files Browse the repository at this point in the history
  • Loading branch information
edjshelton authored Jul 15, 2024
1 parent 76adf6b commit 1a8d63c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ async function backupUsers(userPoolId, file) {
const params = { UserPoolId: userPoolId };

async function getUserGroupNames(user) {
// This is where our backup jobs are failing (consistently) but there's
// not much you can do to make this less request-heavy AFAIK
const data = await cognitoIsp.send(new AdminListGroupsForUserCommand({
UserPoolId: userPoolId,
Username: user.Username,
Expand Down

0 comments on commit 1a8d63c

Please sign in to comment.