From b1bbe9a314674448240b57d93790b10ddfc1c943 Mon Sep 17 00:00:00 2001 From: Jeff Date: Wed, 2 Oct 2024 01:12:39 -0400 Subject: [PATCH] Trying to fix import again --- api/data/database.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/data/database.ts b/api/data/database.ts index d274842..241f3e6 100644 --- a/api/data/database.ts +++ b/api/data/database.ts @@ -1,5 +1,5 @@ import { SubscriptionTable } from "./subscription" -import * as pg from "pg" +import pg from "pg" const { Pool } = pg export interface Database {