File tree Expand file tree Collapse file tree 2 files changed +15
-14
lines changed Expand file tree Collapse file tree 2 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 11module . exports = {
2- "env" : {
3- "browser" : true ,
4- "commonjs" : true ,
5- "es2021" : true
6- } ,
7- "extends" : [
8- "airbnb-base"
9- ] ,
10- "parserOptions" : {
11- "ecmaVersion" : "latest"
12- } ,
13- "rules" : {
14- }
2+ "env" :{
3+ "browser" :true ,
4+ "commonjs" :true ,
5+ "es2021" :true
6+ } ,
7+ "extends" :[
8+ "airbnb-base"
9+ ] ,
10+ "parserOptions" :{
11+ "ecmaVersion" :"latest"
12+ } ,
13+ "rules" :{
14+
15+ }
1516}
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ class ServerlessAWSFunctionURLCustomDomainPlugin {
6464 }
6565
6666 prepareAcmCertificateArn ( distributionConfig ) {
67- const arn = this . getConfig ( 'certificateNVirginaArn ' , null ) ;
67+ const arn = this . getConfig ( 'certificateArn ' , null ) ;
6868 distributionConfig . ViewerCertificate . AcmCertificateArn = arn ;
6969 }
7070
You can’t perform that action at this time.
0 commit comments