Skip to content

Commit

Permalink
stats-updater: Fix envs
Browse files Browse the repository at this point in the history
  • Loading branch information
bperel committed Aug 18, 2024
1 parent 4a659ec commit f41fb8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/stats-updater/db.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { spawnSync } from "child_process";
import * as dotenv from "dotenv";
import { readFileSync } from "fs";
import type { PoolConnection } from "mariadb";
import { PoolConnection } from "mariadb";
import { createPool } from "mariadb";
import * as process from "process";

dotenv.config();

Expand Down

0 comments on commit f41fb8a

Please sign in to comment.