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:
parent
46069b07a0
commit
c40d85b343
1 changed files with 1 additions and 1 deletions
|
|
@ -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 || "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue