Skip to content

Commit e16ca69

Browse files
committed
fix(tpostgressqldatabase): fix wrong import usage for pg-promise
1 parent 7c659f5 commit e16ca69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sources/postgresql/TPostgreSQLDatabase.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*/
1010

11-
import * as PostgreSQL from 'pg-promise'
11+
import PostgreSQL from 'pg-promise'
1212
import { TAbstractDatabase } from '../core/databases/TAbstractDatabase'
1313

1414
const PostgreSQLDriver = PostgreSQL( {} )

0 commit comments

Comments
 (0)