Skip to content

Commit a787e7f

Browse files
committed
remove un-needed import from db connection
1 parent 786fd61 commit a787e7f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/db.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import mysql from "mysql2/promise";
2-
import fs from "fs";
32

43
export async function query({ query, values = [] }) {
54
// PlanetScale;

0 commit comments

Comments
 (0)