Skip to content

Commit

Permalink
Merge pull request #4329 from owid/fix-download-zip-bug
Browse files Browse the repository at this point in the history
🐛 fix download zip file bug
  • Loading branch information
danyx23 authored Dec 17, 2024
2 parents e356e1c + 2d61e53 commit cf54ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/_common/downloadFunctions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export async function fetchZipForGrapher(
await grapher.downloadLegacyDataFromOwidVariableIds()
ensureDownloadOfDataAllowed(grapher)
const metadata = assembleMetadata(grapher, searchParams)
const readme = assembleReadme(grapher)
const readme = assembleReadme(grapher, searchParams)
const csv = assembleCsv(grapher, searchParams)
console.log("Fetched the parts, creating zip file")

Expand Down

0 comments on commit cf54ea1

Please sign in to comment.