Skip to content

Commit

Permalink
Merge pull request #27 from kosukach/make-properties-optional
Browse files Browse the repository at this point in the history
make properties optional
  • Loading branch information
RafPe authored Aug 6, 2021
2 parents cd32a0b + 1efab01 commit 79e5065
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 79e5065

Please sign in to comment.