Skip to content

Commit

Permalink
fix: formatting fix
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Kieckhafer <[email protected]>
  • Loading branch information
kieckhafer committed Jan 23, 2019
1 parent 732eb84 commit 147143d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import url from "url";
* @param {Object} params - an object of all arguments that were sent by the client
* @param {String} params.handle - Sitemap's handle, as set in Sitemaps collection
* @param {String} params.shopUrl - URL of the shop the sitemap belongs to. The URL is used to find the shop with the domain of the URL
* @param {Object} context - an object containing the per-request state
* @param {Object} context - an object containing the per-request state
* @returns {String} - Sitemap object containing XML with placeholders replaced (BASE_URL, LAST_MOD)
*/
export default async function sitemapQuery(_, params, context) {
Expand Down

0 comments on commit 147143d

Please sign in to comment.