diff --git a/api/src/routes/dot-lookup.ts b/api/src/routes/dot-lookup.ts index bdb349e..7ecc6e7 100644 --- a/api/src/routes/dot-lookup.ts +++ b/api/src/routes/dot-lookup.ts @@ -9,7 +9,7 @@ */ import { Router } from "express"; -import pool from "../db.js"; +import { pool } from "../db.js"; const router = Router(); const FMCSA_API_KEY = process.env.FMCSA_API_KEY || "";