mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
Fix SQL errors.
This commit is contained in:
parent
d6fb71d460
commit
f5734e7e5d
2 changed files with 8 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue