Skip to content

Commit

Permalink
docs: fix allow list function jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGoberling committed Apr 12, 2023
1 parent e1b0aa0 commit e3ec3b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ims.js
Original file line number Diff line number Diff line change
Expand Up @@ -432,8 +432,8 @@ class Ims {
* Note: The cache uses the returned status key to determine if the result should be cached. This is not returned
* to the user.
*
* @param {*} token the token to validate
* @param {*} allowList the allow list to validate against
* @param {string} token the token to validate
* @param {Array<string>} allowList the allow list to validate against
* @returns {Promise} Promise that resolves with the ims validation result
*/
async validateTokenAllowList (token, allowList) {
Expand Down

0 comments on commit e3ec3b8

Please sign in to comment.