Skip to content

Commit

Permalink
stats-updater: Fix process.env hardcoding
Browse files Browse the repository at this point in the history
  • Loading branch information
bperel committed Aug 19, 2024
1 parent 4c6df43 commit f07dfd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/stats-updater/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bun

import "~prisma-schemas/util/groupBy";
import * as process from "process";

const originalConnectionString = process.env.DATABASE_URL_DM_STATS!;
process.env.DATABASE_URL_DM_STATS = originalConnectionString.replace(
Expand Down

0 comments on commit f07dfd1

Please sign in to comment.