Skip to content

Commit

Permalink
Update package-lock.json. Improve TokenFetcher documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesizz committed Sep 2, 2022
1 parent 95853e3 commit 32317f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 2 additions & 0 deletions src/class/TokenFetcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ class TokenFetcher {
* If no {@link tokenQuery} is given the most recent 50 tokens will be returned.
* @param {Object} pageCursor Metadata required by TokenFetchJS to gather the next page of results.
* @returns {Object} See {@link tokenFetchResponse}.
* @see {@link tokenQuery}
* @see {@link pageCursor}
*/
async fetchTokens(rawTokenQuery = {}, pageCursor) {
const tokenQuery = this.queryParser.normalizeTokenQuery(
Expand Down

0 comments on commit 32317f0

Please sign in to comment.