Skip to content

Commit

Permalink
🐝 fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
danyx23 committed Sep 3, 2024
1 parent 099d706 commit 2f33d4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion adminSiteServer/apiRouter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ const updateExistingChart = async (
knex,
`-- sql
select full, fullMd5 from chart_configs where id = ?`,
[chartConfigId]
[chartConfigId.configId]
)

await saveGrapherConfigToR2ByUUID(
Expand Down
1 change: 0 additions & 1 deletion packages/@ourworldindata/utils/src/Util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ import {
TagGraphRoot,
TagGraphRootName,
TagGraphNode,
Nominal,
GrapherInterface,
ChartTypeName,
DimensionProperty,
Expand Down

0 comments on commit 2f33d4a

Please sign in to comment.