Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 45095d0

Browse files
committed
fixed bug in amplify-config.js where there was an extra comma breaking the json
1 parent 18d3510 commit 45095d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Auth/website/src/amplify-config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const awsConfig = {
88
identityPoolId: '', // 'us-east-1:5109bd6b-38ab-4429-89f8-e74d93656224'
99
region: '', // 'us-east-1'
1010
userPoolId: '', // 'us-east-1_bgZVERFot'
11-
userPoolWebClientId: '', // '4lu058ri9ntkfrv99aa2taeu01'
11+
userPoolWebClientId: '' // '4lu058ri9ntkfrv99aa2taeu01'
1212
},
1313
API: {
1414
endpoints: [
@@ -24,4 +24,4 @@ const awsConfig = {
2424
}
2525
}
2626

27-
export default awsConfig;
27+
export default awsConfig;

0 commit comments

Comments
 (0)