Skip to content

Commit 2b17fbe

Browse files
committed
fix: stop overriding clientConfig's Promise
1 parent 07ed3f6 commit 2b17fbe

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/postgresql.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ function PostgreSQL(postgresql, settings) {
7878
// pg-pool doesn't handle string config correctly
7979
this.clientConfig.connectionString = settings.url;
8080
}
81-
this.clientConfig.Promise = Promise;
8281
this.pg = new postgresql.Pool(this.clientConfig);
8382
attachErrorHandler(settings, this.pg);
8483

0 commit comments

Comments
 (0)