Skip to content

Conversation

@naveenkoppula
Copy link
Contributor

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@naveenkoppula naveenkoppula changed the title fixFix/email check in store outputs fix(core): Email IgnoreCaseCheck in store outputs and create config recorder Sep 9, 2020
@naveenkoppula naveenkoppula marked this pull request as ready for review September 9, 2020 04:47
.getAccountConfigs()
.find(([_, accountConfig]) => accountConfig.email === awsAccount?.Email);
const accountKey = configAccount?.[0]!;
.find(([_, accountConfig]) => equalIgnoreCase(accountConfig.email, awsAccount?.Email!));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.find(([_, accountConfig]) => equalIgnoreCase(accountConfig.email, awsAccount?.Email!));
.find(([_, accountConfig]) => equalIgnoreCase(accountConfig.email, awsAccount.Email!));

@naveenkoppula naveenkoppula merged commit 5769f16 into master Sep 9, 2020
@naveenkoppula naveenkoppula deleted the fix/Email-Check-In-Store-Outputs branch September 9, 2020 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants