Fix SQL errors.

This commit is contained in:
yuanhau 2025-05-13 23:20:38 +08:00
parent d6fb71d460
commit f5734e7e5d
2 changed files with 8 additions and 5 deletions

View file

@ -1,5 +1,5 @@
import SQL from "postgres";
const postgres = SQL(`${process.env.POSTGRES_URL || ""}}`);
const postgres = SQL(`${process.env.POSTGRES_URL || ""}`);
export default postgres;