Skip to content

Commit

Permalink
fix: fix tsc build
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelgerber committed Aug 7, 2024
1 parent d31e334 commit b693073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baker/SiteBaker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ export class SiteBaker {
this.progressBar.tick({ name: "✅ validated grapher dods" })
}

private async bakeMultiDimPages(knex: db.KnexReadonlyTransaction) {
private async bakeMultiDimPages(knex: db.KnexReadWriteTransaction) {
if (!this.bakeSteps.has("multiDimPages")) return

await bakeAllMultiDimDataPages(knex, this.bakedSiteDir)
Expand Down

0 comments on commit b693073

Please sign in to comment.