1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-24 17:51:14 +02:00

chore: correctly import pg client

This commit is contained in:
Nuno Góis 2025-09-09 13:28:44 +01:00
parent e3bc72483a
commit 231faeda86
No known key found for this signature in database
GPG Key ID: 71ECC689F1091765

View File

@ -1,4 +1,5 @@
import { Client } from 'pg';
import postgresPkg from 'pg';
const { Client } = postgresPkg;
import type { IDBOption, Logger } from '../server-impl.js';
import { getDBPassword } from './aws-iam.js';