diff --git a/baker/SiteBaker.tsx b/baker/SiteBaker.tsx index 76a424081ff..4194604377d 100644 --- a/baker/SiteBaker.tsx +++ b/baker/SiteBaker.tsx @@ -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)