diff --git a/scripts/sync.ts b/scripts/sync.ts index 67455e3..0ad4fef 100644 --- a/scripts/sync.ts +++ b/scripts/sync.ts @@ -37,7 +37,7 @@ function parseScore(score: RawScore | undefined) { } async function run() { - const client = postgres(DATABASE_URL, { max: 5 }) + const client = postgres(DATABASE_URL!, { max: 5 }) const db = drizzle(client) const teamCache = new Map()