Skip to content

Commit

Permalink
🐝 dummy commit for new staging server
Browse files Browse the repository at this point in the history
  • Loading branch information
danyx23 committed Dec 16, 2024
1 parent 71660d5 commit 020e861
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion functions/_common/urlTools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ export function getGrapherFilters(
? Object.fromEntries(searchParams)
: undefined
if (!params) return undefined
// delete url query params that the download api uses but that are not related to grapher
// delete url query params that the download api uses but that are not related to grapher.
// Might want to store these in a separate object in the future
delete params.v1
delete params.csvType
delete params.useColumnShortNames
Expand Down

0 comments on commit 020e861

Please sign in to comment.