Skip to content

Commit

Permalink
Merge pull request #57 from ponbike/feature/20230109
Browse files Browse the repository at this point in the history
Finetune docblocks
  • Loading branch information
pieter-pon authored Jan 9, 2023
2 parents 39c7fc0 + 4fdae56 commit 3d80b72
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ponbike/openapi-express",
"version": "1.8.0",
"version": "1.8.1",
"description": "OpenAPI express",
"files": [
"src/openapi-express.js",
Expand Down
4 changes: 2 additions & 2 deletions src/entities/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ class API {
* @param {object} data.specification
* @param {object} data.controllers
* @param {string} data.secret
* @param {boolean?} data.requestValidation
* @param {boolean?} data.responseValidation
* @param {boolean=} data.requestValidation
* @param {boolean=} data.responseValidation
* @returns {object}
*/
static create ({
Expand Down

0 comments on commit 3d80b72

Please sign in to comment.