We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2795a23 commit b18608eCopy full SHA for b18608e
1 file changed
packages/blocks/aws/src/lib/actions/get-price-action.ts
@@ -34,11 +34,11 @@ export const getPriceAction = createAction({
34
};
35
}
36
37
- const credentials = await getCredentialsForAccount(
38
- auth,
39
- account?.['accounts'],
40
- );
41
try {
+ const credentials = await getCredentialsForAccount(
+ auth,
+ account?.['accounts'],
+ );
42
const services = await getServices(credentials, PRICING_REGION);
43
44
if (!services.length) {
0 commit comments