Skip to content

Commit 2f8b5f5

Browse files
author
Niels Søholm
committed
Linting
1 parent c985606 commit 2f8b5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22

33
const KeyvSql = require('@keyv/sql');
4-
const Pool = require('pg').Pool;
4+
const { Pool } = require('pg');
55

66
class KeyvPostgres extends KeyvSql {
77
constructor(opts) {

0 commit comments

Comments
 (0)