Skip to content

Commit

Permalink
fix(tpostgressqldatabase): fix wrong import usage for pg-promise
Browse files Browse the repository at this point in the history
  • Loading branch information
Itee committed Jul 29, 2019
1 parent 7c659f5 commit e16ca69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/postgresql/TPostgreSQLDatabase.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
*/

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

const PostgreSQLDriver = PostgreSQL( {} )
Expand Down

0 comments on commit e16ca69

Please sign in to comment.