Skip to content

Commit ec02598

Browse files
author
Vieltojarvi
committed
fix: accidentally swapped exports
1 parent 4970d45 commit ec02598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amplify-console-hosting/src/utils/client-factory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ async function getAWSClientConfig(context) {
1818
}
1919

2020
module.exports = {
21-
getAWSClientConfig,
21+
getAmplifyClient,
2222
getS3Client,
2323
};

0 commit comments

Comments
 (0)