Skip to content

Commit

Permalink
Merge pull request #21 from hckrnews/feature/type-async-function
Browse files Browse the repository at this point in the history
Update the type property in the docblock
  • Loading branch information
w3nl authored Feb 1, 2022
2 parents 4caade3 + 700dda2 commit 0e31979
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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,7 +1,7 @@
{
"name": "@hckrnews/error",
"description": "Extended Errors",
"version": "0.3.7",
"version": "0.3.8",
"author": {
"name": "Pieter Wigboldus",
"url": "https://hckr.news/"
Expand Down
2 changes: 1 addition & 1 deletion src/app-error.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const validator = new Validator(errorSchema);
* @property {string} message
* @property {any} value
* @property {number} status
* @property {object} type
* @property {Function|AsyncFunction} type
* @property {Date} date
* @property {object} me
*/
Expand Down

0 comments on commit 0e31979

Please sign in to comment.