Fix: named import for pool from db module

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
justin 2026-05-28 21:13:05 -05:00
parent 46069b07a0
commit c40d85b343

View file

@ -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 || "";