Skip to content

Commit

Permalink
PR Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon32 committed May 8, 2024
1 parent 4b81064 commit 8e8e2d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion download-markdown/download-markdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ export async function downloadMDs(stagedUrls, folderPath, fetchFn = fetch) {
* @returns {Promise<void>} A promise that resolves when the download process is complete.
*/
export function downloadMarkdown(folder, list, locales, siteURL, stagePath, fetchFn = fetch) {
// eslint-disable-next-line arrow-body-style
const stagedUrls = list.map((entry) => {
const entryPath = entryToPath(entry);
return [entryPath, localizeStageUrl(siteURL, entryPath, stagePath, locales)];
Expand Down

0 comments on commit 8e8e2d6

Please sign in to comment.