Skip to content

Commit

Permalink
Makes parse function public
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmaster committed Oct 16, 2024
1 parent c95ce3b commit 9430b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/sitemapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export default class Sitemapper {
/**
* Requests the URL and uses parseStringPromise to parse through and find the data
*
* @private
* @public
* @param {string} [url] - the Sitemaps url (e.g https://wp.seantburke.com/sitemap.xml)
* @returns {Promise<ParseData>}
*/
Expand Down

0 comments on commit 9430b91

Please sign in to comment.