Skip to content

Commit

Permalink
fix(AWS CloudFront): Fix deprecations visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Jan 14, 2021
1 parent 4afdb83 commit 6c67cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/aws/package/compile/events/cloudFront.js
Expand Up @@ -187,7 +187,7 @@ class AwsCompileCloudFrontEvents {
});

this.hooks = {
'intialize': () => {
'initialize': () => {
if (
this.serverless.service.provider.name === 'aws' &&
Object.values(this.serverless.service.functions).some(({ events }) =>
Expand Down

0 comments on commit 6c67cd7

Please sign in to comment.