Skip to content

Commit

Permalink
make properties optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin committed Jul 22, 2021
1 parent cd32a0b commit 1efab01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ class ServerlessReqValidatorPlugin {
properties: {
reqValidatorName: { type: 'string' },
},
required: ['reqValidatorName'],
});

this.hooks = {
Expand Down

0 comments on commit 1efab01

Please sign in to comment.