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:
parent
e3bc72483a
commit
231faeda86
@ -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';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user