Skip to content

Commit

Permalink
fix: type of json() method
Browse files Browse the repository at this point in the history
  • Loading branch information
fmvilas authored Dec 18, 2021
1 parent d96b27c commit 4c03683
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/models/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class Base {
}

/**
* @param {string} [key] A key to retrieve from the JSON object.
* @returns {any}
*/
json(key) {
Expand Down

0 comments on commit 4c03683

Please sign in to comment.