Skip to content

Commit

Permalink
jsdoc update
Browse files Browse the repository at this point in the history
  • Loading branch information
mwise-va committed Jul 12, 2024
1 parent 519b450 commit 89e7039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/idpMetadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function getFirstCert(keyEl) {
}

/**
* Function to read and parse XML file
* Read and parse XML file
*
* @param {string} filePath Path to the XML file
* @returns {*} Parsed XML object
Expand Down Expand Up @@ -118,7 +118,7 @@ export function fetch(url, idpMetadataFallback) {
}

/**
* Process IDP metadata from XML data
* Process IDP XML metadata
*
* @param {*} docEl Parsed XML object
* @param {*} metadata Metadata object to populate
Expand Down

0 comments on commit 89e7039

Please sign in to comment.