diff --git a/devTools/syncGraphersToR2/syncGraphersToR2.ts b/devTools/syncGraphersToR2/syncGraphersToR2.ts index fb3e8cae1cb..6e053a74dde 100644 --- a/devTools/syncGraphersToR2/syncGraphersToR2.ts +++ b/devTools/syncGraphersToR2/syncGraphersToR2.ts @@ -22,7 +22,6 @@ import { KnexReadonlyTransaction, knexReadonlyTransaction, } from "../../db/db.js" -import { R2GrapherConfigDirectory } from "../../adminSiteServer/chartConfigR2Helpers.js" import { DbRawChartConfig, excludeUndefined } from "@ourworldindata/utils" import { chunk } from "lodash" import ProgressBar from "progress" @@ -31,6 +30,7 @@ import { HexString, hexToBytes, } from "../../serverUtils/serverUtil.js" +import { R2GrapherConfigDirectory } from "@ourworldindata/types" type HashAndId = Pick